Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ AdminAuth
Function
AdminAuth
middleware/auth.go:160–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
func
AdminAuth()
func
(c *gin.Context) {
161
return
func
(c *gin.Context) {
162
authHelper(c, common.RoleAdminUser)
163
}
164
}
165
166
func
RootAuth()
func
(c *gin.Context) {
167
return
func
(c *gin.Context) {
Callers
1
SetApiRouter
Function · 0.92
Calls
1
authHelper
Function · 0.85
Tested by
no test coverage detected