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

Method DeleteEndpoint

network/api_test.go:36–38  ·  view source on GitHub ↗
(r *DeleteEndpointRequest)

Source from the content-addressed store, hash-verified

34}
35
36func (t *TestDriver) DeleteEndpoint(r *DeleteEndpointRequest) error {
37 return nil
38}
39
40func (t *TestDriver) Join(r *JoinRequest) (*JoinResponse, error) {
41 return &JoinResponse{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected