Documentation ¶
Overview ¶
Package middleware contains different middleware used on the API Gateway.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
Auth is the struct needed for the authorization.
func (*Auth) Middleware ¶
func (a *Auth) Middleware(handler http.HandlerFunc) http.HandlerFunc
Middleware is the the middleware for the API key authorization.
Click to show internal directories.
Click to hide internal directories.