SwarmInspect indicates an expected call of SwarmInspect.
(arg0, arg1 any)
| 1572 | |
| 1573 | // SwarmInspect indicates an expected call of SwarmInspect. |
| 1574 | func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 any) *gomock.Call { |
| 1575 | mr.mock.ctrl.T.Helper() |
| 1576 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmInspect", reflect.TypeOf((*MockAPIClient)(nil).SwarmInspect), arg0, arg1) |
| 1577 | } |
| 1578 | |
| 1579 | // SwarmJoin mocks base method. |
| 1580 | func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 client.SwarmJoinOptions) (client.SwarmJoinResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected