Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { Handler handler.IHandler TokenMiddleware middleware.ITokenMiddleware }
func (Auth) GetHandler ¶
func (Auth) GetTokenMiddleware ¶
func (a Auth) GetTokenMiddleware() middleware.ITokenMiddleware
type IAuth ¶
type IAuth interface { GetHandler() handler.IHandler GetTokenMiddleware() middleware.ITokenMiddleware }
Click to show internal directories.
Click to hide internal directories.