MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / factoryManager

Struct factoryManager

log-driver/factory.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type factoryManager struct {
14 factories eosc.Untyped[string, IFactory]
15}
16
17func NewFactoryManager() *factoryManager {
18 return &factoryManager{factories: eosc.BuildUntyped[string, IFactory]()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected