MCPcopy
hub / github.com/eolinker/goku_lite / ClientManager

Struct ClientManager

admin/console/client-manager.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ClientManager struct {
11 clients map[string]*Client
12 locker sync.RWMutex
13 intercept *listener.Intercept
14}
15
16var (
17 clientManager = &ClientManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected