MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / Manager

Struct Manager

internal/manager/key.go:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type Manager struct {
50 s Storage
51 clc costLimitCache
52 rlc rateLimitCache
53 ac accessCache
54 kc keyCache
55}
56
57func NewManager(s Storage, clc costLimitCache, rlc rateLimitCache, ac accessCache, kc keyCache) *Manager {
58 return &Manager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected