SwarmInit indicates an expected call of SwarmInit.
(arg0, arg1 any)
| 1557 | |
| 1558 | // SwarmInit indicates an expected call of SwarmInit. |
| 1559 | func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 any) *gomock.Call { |
| 1560 | mr.mock.ctrl.T.Helper() |
| 1561 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmInit", reflect.TypeOf((*MockAPIClient)(nil).SwarmInit), arg0, arg1) |
| 1562 | } |
| 1563 | |
| 1564 | // SwarmInspect mocks base method. |
| 1565 | func (m *MockAPIClient) SwarmInspect(arg0 context.Context, arg1 client.SwarmInspectOptions) (client.SwarmInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected