MCPcopy 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
21type FactoryManager struct {
22 factory eosc.Untyped[string, IFactory]
23}
24
25func (f *FactoryManager) Drivers() []string {
26 return f.factory.Keys()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected