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

Struct RouteManager

internal/manager/route.go:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type RouteManager struct {
32 s RoutesStorage
33 ks Storage
34 ms RoutesMemStorage
35 ps PsManager
36}
37
38func NewRouteManager(s RoutesStorage, ks Storage, ms RoutesMemStorage, psm PsManager) *RouteManager {
39 return &RouteManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected