MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Manager

Struct Manager

module/strategy/driver/manager.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Manager struct {
18 drivers eosc.Untyped[string, IStrategyDriver]
19}
20
21func (m *Manager) AddDriver(driver IStrategyDriver) {
22 m.drivers.Set(driver.Driver(), driver)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected