(r *CreateEndpointRequest)
| 30 | } |
| 31 | |
| 32 | func (t *TestDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) { |
| 33 | return &CreateEndpointResponse{}, nil |
| 34 | } |
| 35 | |
| 36 | func (t *TestDriver) DeleteEndpoint(r *DeleteEndpointRequest) error { |
| 37 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected