Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMiddleware ¶
type AuthenticationMiddleware struct { }
func NewAuthenticationMiddleware ¶
func NewAuthenticationMiddleware() *AuthenticationMiddleware
func (*AuthenticationMiddleware) Handle ¶
func (m *AuthenticationMiddleware) Handle(next http.HandlerFunc) http.HandlerFunc
type AuthorizationMiddleware ¶
type AuthorizationMiddleware struct { }
func NewAuthorizationMiddleware ¶
func NewAuthorizationMiddleware() *AuthorizationMiddleware
func (*AuthorizationMiddleware) Handle ¶
func (m *AuthorizationMiddleware) Handle(next http.HandlerFunc) http.HandlerFunc
type LanguageMiddleware ¶
type LanguageMiddleware struct { }
func NewLanguageMiddleware ¶
func NewLanguageMiddleware() *LanguageMiddleware
func (*LanguageMiddleware) Handle ¶
func (m *LanguageMiddleware) Handle(next http.HandlerFunc) http.HandlerFunc
type PublicMiddleware ¶
type PublicMiddleware struct { }
func NewPublicMiddleware ¶
func NewPublicMiddleware() *PublicMiddleware
func (*PublicMiddleware) Handle ¶
func (m *PublicMiddleware) Handle(next http.HandlerFunc) http.HandlerFunc
type RemoteAddrMiddleware ¶
type RemoteAddrMiddleware struct { }
func NewRemoteAddrMiddleware ¶
func NewRemoteAddrMiddleware() *RemoteAddrMiddleware
func (*RemoteAddrMiddleware) Handle ¶
func (m *RemoteAddrMiddleware) Handle(next http.HandlerFunc) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.