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

Method DeleteNetwork

network/api_test.go:28–30  ·  view source on GitHub ↗
(r *DeleteNetworkRequest)

Source from the content-addressed store, hash-verified

26}
27
28func (t *TestDriver) DeleteNetwork(r *DeleteNetworkRequest) error {
29 return nil
30}
31
32func (t *TestDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) {
33 return &CreateEndpointResponse{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected