Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlistGo/auth
/ CK
Struct
CK
app/ali.go:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
CK
struct
{
31
T string `json:
"t"
`
32
Ck string `json:
"ck"
`
33
}
34
35
func
Ck(c *gin.Context) {
36
var
ck CK
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected