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

Method CreateEndpoint

network/api_test.go:32–34  ·  view source on GitHub ↗
(r *CreateEndpointRequest)

Source from the content-addressed store, hash-verified

30}
31
32func (t *TestDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) {
33 return &CreateEndpointResponse{}, nil
34}
35
36func (t *TestDriver) DeleteEndpoint(r *DeleteEndpointRequest) error {
37 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected