Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewJWTAuthM, NewRecoveryM, NewCorsM, NewLimiterM, )
Functions ¶
This section is empty.
Types ¶
type JWTAuth ¶
type JWTAuth struct {
// contains filtered or unexported fields
}
func NewJWTAuthM ¶
func NewJWTAuthM( conf *config.Configuration, jwtS *service.JwtService, ) *JWTAuth
type Limiter ¶
type Limiter struct {
// contains filtered or unexported fields
}
func NewLimiterM ¶
func NewLimiterM(lm *compo.LimiterManager) *Limiter
type Recovery ¶
type Recovery struct {
// contains filtered or unexported fields
}
func NewRecoveryM ¶
func NewRecoveryM(loggerWriter *lumberjack.Logger) *Recovery
func (*Recovery) Handler ¶
func (m *Recovery) Handler() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.