(r *LeaveRequest)
| 42 | } |
| 43 | |
| 44 | func (t *TestDriver) Leave(r *LeaveRequest) error { |
| 45 | return nil |
| 46 | } |
| 47 | |
| 48 | func (t *TestDriver) ProgramExternalConnectivity(r *ProgramExternalConnectivityRequest) error { |
| 49 | i := r.Options["com.docker.network.endpoint.exposedports"] |
nothing calls this directly
no outgoing calls
no test coverage detected