| 14 | ) |
| 15 | |
| 16 | type TestDriver struct { |
| 17 | Driver |
| 18 | } |
| 19 | |
| 20 | func (t *TestDriver) GetCapabilities() (*CapabilitiesResponse, error) { |
| 21 | return &CapabilitiesResponse{Scope: LocalScope, ConnectivityScope: GlobalScope}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected