(r *RevokeExternalConnectivityRequest)
| 62 | } |
| 63 | |
| 64 | func (t *TestDriver) RevokeExternalConnectivity(r *RevokeExternalConnectivityRequest) error { |
| 65 | return nil |
| 66 | } |
| 67 | |
| 68 | type ErrDriver struct { |
| 69 | Driver |
nothing calls this directly
no outgoing calls
no test coverage detected