Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthMiddleware ¶
func NewAuthMiddleware ¶
func NewAuthMiddleware() AuthMiddleware
func (AuthMiddleware) GetDescription ¶
func (m AuthMiddleware) GetDescription() string
GetDescription returns the middleware description
func (AuthMiddleware) GetName ¶
func (m AuthMiddleware) GetName() string
GetName returns the middleware name
type RateLimiterMiddleware ¶
func NewRateLimiterMiddleware ¶
func NewRateLimiterMiddleware() RateLimiterMiddleware
func (RateLimiterMiddleware) GetDescription ¶
func (m RateLimiterMiddleware) GetDescription() string
GetDescription returns the middleware description
func (RateLimiterMiddleware) GetName ¶
func (m RateLimiterMiddleware) GetName() string
GetName returns the middleware name
type RefreshTokenMiddleware ¶
func NewRefreshTokenMiddleware ¶
func NewRefreshTokenMiddleware() RefreshTokenMiddleware
func (RefreshTokenMiddleware) GetDescription ¶
func (m RefreshTokenMiddleware) GetDescription() string
GetDescription returns the middleware description
func (RefreshTokenMiddleware) GetName ¶
func (m RefreshTokenMiddleware) GetName() string
GetName returns the middleware name
Click to show internal directories.
Click to hide internal directories.