Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middlewares ¶
type Middlewares struct { Authentication AuthenticationMiddleware Authorization AuthorizationMiddleware }
type MiscServices ¶
type MiscServices struct { HttpRenderHelperService HttpRequestHelperService ErrorsService EncryptionService BaseValidationService }
type RouterContext ¶
type RouterContext struct { Logger UserRepository Settings AuthenticationService AuthorizationService AuthorizationService *Middlewares Misc *MiscServices // contains filtered or unexported fields }
func NewRouterContext ¶
func NewRouterContext(settings Settings) *RouterContext
func (*RouterContext) OnSettingsReloaded ¶
func (r *RouterContext) OnSettingsReloaded()
Click to show internal directories.
Click to hide internal directories.