MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / TestDriver

Struct TestDriver

network/api_test.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type TestDriver struct {
17 Driver
18}
19
20func (t *TestDriver) GetCapabilities() (*CapabilitiesResponse, error) {
21 return &CapabilitiesResponse{Scope: LocalScope, ConnectivityScope: GlobalScope}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected