Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GinLogger ¶
func GinLogger() gin.HandlerFunc
func GinRecovery ¶
func GinRecovery(stack bool) gin.HandlerFunc
func InitLogger ¶
func InitLogger() (err error)
func IsAdminAuth ¶
func JWTMiddlewares ¶
Types ¶
type CustomClaims ¶
type CustomClaims struct {
Username string `json:"user_name"`
IsActive bool `json:"is_active"`
IsAdmin bool `json:"is_admin"`
jwt.RegisteredClaims
}
Click to show internal directories.
Click to hide internal directories.