Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bricks-cloud/BricksLLM
/ UserValidator
Struct
UserValidator
internal/validator/user_validator.go:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
UserValidator
struct
{
14
clc costLimitCache
15
rlc rateLimitCache
16
cls costLimitStorage
17
}
18
19
func
NewUserValidator(
20
clc costLimitCache,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected