(r *CreateEndpointRequest)
| 82 | } |
| 83 | |
| 84 | func (e *ErrDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) { |
| 85 | return nil, errors.New("I CAN HAZ ERRORZ") |
| 86 | } |
| 87 | |
| 88 | func (e *ErrDriver) DeleteEndpoint(r *DeleteEndpointRequest) error { |
| 89 | return errors.New("I CAN HAZ ERRORZ") |
nothing calls this directly
no outgoing calls
no test coverage detected