(r *CreateNetworkRequest)
| 74 | } |
| 75 | |
| 76 | func (e *ErrDriver) CreateNetwork(r *CreateNetworkRequest) error { |
| 77 | return fmt.Errorf("I CAN HAZ ERRORZ") |
| 78 | } |
| 79 | |
| 80 | func (e *ErrDriver) DeleteNetwork(r *DeleteNetworkRequest) error { |
| 81 | return errors.New("I CAN HAZ ERRORZ") |
nothing calls this directly
no outgoing calls
no test coverage detected