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

Method CreateNetwork

network/api_test.go:76–78  ·  view source on GitHub ↗
(r *CreateNetworkRequest)

Source from the content-addressed store, hash-verified

74}
75
76func (e *ErrDriver) CreateNetwork(r *CreateNetworkRequest) error {
77 return fmt.Errorf("I CAN HAZ ERRORZ")
78}
79
80func (e *ErrDriver) DeleteNetwork(r *DeleteNetworkRequest) error {
81 return errors.New("I CAN HAZ ERRORZ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected