ContainerStatPath mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ContainerStatPathOptions)
| 462 | |
| 463 | // ContainerStatPath mocks base method. |
| 464 | func (m *MockAPIClient) ContainerStatPath(arg0 context.Context, arg1 string, arg2 client.ContainerStatPathOptions) (client.ContainerStatPathResult, error) { |
| 465 | m.ctrl.T.Helper() |
| 466 | ret := m.ctrl.Call(m, "ContainerStatPath", arg0, arg1, arg2) |
| 467 | ret0, _ := ret[0].(client.ContainerStatPathResult) |
| 468 | ret1, _ := ret[1].(error) |
| 469 | return ret0, ret1 |
| 470 | } |
| 471 | |
| 472 | // ContainerStatPath indicates an expected call of ContainerStatPath. |
| 473 | func (mr *MockAPIClientMockRecorder) ContainerStatPath(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected