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

Struct DriverManager

log-driver/driver.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type DriverManager struct {
21 drivers eosc.Untyped[string, ILogDriver]
22}
23
24func NewDriverManager() *DriverManager {
25 return &DriverManager{drivers: eosc.BuildUntyped[string, ILogDriver]()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected