Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
ClientManager
struct
{
11
clients
map
[string]*Client
12
locker sync.RWMutex
13
intercept *listener.Intercept
14
}
15
16
var
(
17
clientManager = &ClientManager{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected