()
| 70 | } |
| 71 | |
| 72 | func (e *ErrDriver) GetCapabilities() (*CapabilitiesResponse, error) { |
| 73 | return nil, fmt.Errorf("I CAN HAZ ERRORZ") |
| 74 | } |
| 75 | |
| 76 | func (e *ErrDriver) CreateNetwork(r *CreateNetworkRequest) error { |
| 77 | return fmt.Errorf("I CAN HAZ ERRORZ") |
nothing calls this directly
no outgoing calls
no test coverage detected