SwarmJoin mocks base method.
(arg0 context.Context, arg1 client.SwarmJoinOptions)
| 1578 | |
| 1579 | // SwarmJoin mocks base method. |
| 1580 | func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 client.SwarmJoinOptions) (client.SwarmJoinResult, error) { |
| 1581 | m.ctrl.T.Helper() |
| 1582 | ret := m.ctrl.Call(m, "SwarmJoin", arg0, arg1) |
| 1583 | ret0, _ := ret[0].(client.SwarmJoinResult) |
| 1584 | ret1, _ := ret[1].(error) |
| 1585 | return ret0, ret1 |
| 1586 | } |
| 1587 | |
| 1588 | // SwarmJoin indicates an expected call of SwarmJoin. |
| 1589 | func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected