Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ FactoryManager
Struct
FactoryManager
gateway/manager.go:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
type
FactoryManager
struct
{
22
factory eosc.Untyped[string, IFactory]
23
}
24
25
func
(f *FactoryManager) Drivers() []string {
26
return
f.factory.Keys()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected