Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicAuth ¶
func BasicAuth(accounts map[string]string) gin.HandlerFunc
Authn returns a Basic HTTP Authorization middleware. It takes as argument a map[string]string where the key is the user name and the value is the password.
func TraceID ¶
func TraceID() gin.HandlerFunc
TraceID 是一个 Gin 中间件,用来在每一个 HTTP 请求的 context, response 中注入 `Trace-ID` 键值对.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.