Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BHC ¶ added in v0.1.42
func BHC(fn ds.UserDSFactory, u ds.IDataSource, crypto lib.ICrypto, h gin.HandlerFunc) gin.HandlersChain
Returns a gin.HandlersChain slice loaded with mw.BasicAuthentication, mw.Abuse and h. h is the actual controller function.
func JHC ¶ added in v0.1.42
func JHC(h gin.HandlerFunc) gin.HandlersChain
Returns a gin.HandlersChain slice loaded with mw.JWTAuthentication, mw.Abuse, mw.Authorization and h. h is the actual controller function.
Types ¶
Click to show internal directories.
Click to hide internal directories.