()
| 18 | } |
| 19 | |
| 20 | func (t *TestDriver) GetCapabilities() (*CapabilitiesResponse, error) { |
| 21 | return &CapabilitiesResponse{Scope: LocalScope, ConnectivityScope: GlobalScope}, nil |
| 22 | } |
| 23 | |
| 24 | func (t *TestDriver) CreateNetwork(r *CreateNetworkRequest) error { |
| 25 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected