Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct{}
Middleware is an EIP authentication middleware
func NewEIPMiddleware ¶
func NewEIPMiddleware() *Middleware
NewEIPMiddleware returns a new EIP middleware
func (*Middleware) GetHandler ¶
func (m *Middleware) GetHandler(metadata middleware.Metadata) (func(h fasthttp.RequestHandler) fasthttp.RequestHandler, error)
GetHandler returns the HTTP handler provided by the middleware
Click to show internal directories.
Click to hide internal directories.