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

Method GetCapabilities

network/api_test.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (e *ErrDriver) GetCapabilities() (*CapabilitiesResponse, error) {
73 return nil, fmt.Errorf("I CAN HAZ ERRORZ")
74}
75
76func (e *ErrDriver) CreateNetwork(r *CreateNetworkRequest) error {
77 return fmt.Errorf("I CAN HAZ ERRORZ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected