MCPcopy 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
13type UserValidator struct {
14 clc costLimitCache
15 rlc rateLimitCache
16 cls costLimitStorage
17}
18
19func NewUserValidator(
20 clc costLimitCache,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected