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

Method CreateEndpoint

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

Source from the content-addressed store, hash-verified

82}
83
84func (e *ErrDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) {
85 return nil, errors.New("I CAN HAZ ERRORZ")
86}
87
88func (e *ErrDriver) DeleteEndpoint(r *DeleteEndpointRequest) error {
89 return errors.New("I CAN HAZ ERRORZ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected