This website requires JavaScript.
Explore
Help
Sign In
topnuomi
/
goweb
mirror of
https://gitee.com/topnuomi/goweb
Watch
1
Star
0
Fork
You've already forked goweb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c43b23232c
Branches
Tags
No results found.
goweb
/
middleware
/
auth.go
10 lines
104 B
Go
Raw
Blame
History
package
middleware
import
(
"github.com/gin-gonic/gin"
)
func
Auth
(
ctx
*
gin
.
Context
)
{
ctx
.
Next
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink