(r *DeleteEndpointRequest)
| 34 | } |
| 35 | |
| 36 | func (t *TestDriver) DeleteEndpoint(r *DeleteEndpointRequest) error { |
| 37 | return nil |
| 38 | } |
| 39 | |
| 40 | func (t *TestDriver) Join(r *JoinRequest) (*JoinResponse, error) { |
| 41 | return &JoinResponse{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected