MCPcopy
hub / github.com/spacecloud-io/space-cloud / Module

Struct Module

runner/utils/driver/driver.go:57–60  ·  view source on GitHub ↗

Module holds config of driver package

Source from the content-addressed store, hash-verified

55
56// Module holds config of driver package
57type Module struct {
58 driver Interface
59 metricHook model.ServiceCallMetricHook
60}
61
62// New creates a new instance of the driver module
63func New(auth *auth.Module, c *Config, hook model.ServiceCallMetricHook) (*Module, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected