(r *DeleteNetworkRequest)
| 26 | } |
| 27 | |
| 28 | func (t *TestDriver) DeleteNetwork(r *DeleteNetworkRequest) error { |
| 29 | return nil |
| 30 | } |
| 31 | |
| 32 | func (t *TestDriver) CreateEndpoint(r *CreateEndpointRequest) (*CreateEndpointResponse, error) { |
| 33 | return &CreateEndpointResponse{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected