Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ALLOW_URLS = []string{
"/api/login",
"/",
".*\\.html",
".*\\.js",
".*\\.css",
".*\\.svg",
".*\\.ico",
".*\\.gif",
}
Functions ¶
func AuthMiddleware ¶
func AuthMiddleware() gin.HandlerFunc
func Recover ¶
golang(gin)的全局统一异常处理,并统一返回json https://blog.csdn.net/u014155085/article/details/106733391
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.