(r *JoinRequest)
| 38 | } |
| 39 | |
| 40 | func (t *TestDriver) Join(r *JoinRequest) (*JoinResponse, error) { |
| 41 | return &JoinResponse{}, nil |
| 42 | } |
| 43 | |
| 44 | func (t *TestDriver) Leave(r *LeaveRequest) error { |
| 45 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected