Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bricks-cloud/BricksLLM
/ UserManager
Struct
UserManager
internal/manager/user.go:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
UserManager
struct
{
21
us UserStorage
22
ks Storage
23
}
24
25
func
NewUserManager(us UserStorage, ks Storage) *UserManager {
26
return
&UserManager{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected