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

Struct ErrDriver

network/api_test.go:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type ErrDriver struct {
69 Driver
70}
71
72func (e *ErrDriver) GetCapabilities() (*CapabilitiesResponse, error) {
73 return nil, fmt.Errorf("I CAN HAZ ERRORZ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected