ContainerCreate mocks base method.
(arg0 context.Context, arg1 client.ContainerCreateOptions)
| 252 | |
| 253 | // ContainerCreate mocks base method. |
| 254 | func (m *MockAPIClient) ContainerCreate(arg0 context.Context, arg1 client.ContainerCreateOptions) (client.ContainerCreateResult, error) { |
| 255 | m.ctrl.T.Helper() |
| 256 | ret := m.ctrl.Call(m, "ContainerCreate", arg0, arg1) |
| 257 | ret0, _ := ret[0].(client.ContainerCreateResult) |
| 258 | ret1, _ := ret[1].(error) |
| 259 | return ret0, ret1 |
| 260 | } |
| 261 | |
| 262 | // ContainerCreate indicates an expected call of ContainerCreate. |
| 263 | func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected