SwarmInspect mocks base method.
(arg0 context.Context, arg1 client.SwarmInspectOptions)
| 1563 | |
| 1564 | // SwarmInspect mocks base method. |
| 1565 | func (m *MockAPIClient) SwarmInspect(arg0 context.Context, arg1 client.SwarmInspectOptions) (client.SwarmInspectResult, error) { |
| 1566 | m.ctrl.T.Helper() |
| 1567 | ret := m.ctrl.Call(m, "SwarmInspect", arg0, arg1) |
| 1568 | ret0, _ := ret[0].(client.SwarmInspectResult) |
| 1569 | ret1, _ := ret[1].(error) |
| 1570 | return ret0, ret1 |
| 1571 | } |
| 1572 | |
| 1573 | // SwarmInspect indicates an expected call of SwarmInspect. |
| 1574 | func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected