ImageSearch indicates an expected call of ImageSearch.
(arg0, arg1, arg2 any)
| 972 | |
| 973 | // ImageSearch indicates an expected call of ImageSearch. |
| 974 | func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 any) *gomock.Call { |
| 975 | mr.mock.ctrl.T.Helper() |
| 976 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ImageSearch", reflect.TypeOf((*MockAPIClient)(nil).ImageSearch), arg0, arg1, arg2) |
| 977 | } |
| 978 | |
| 979 | // ImageTag mocks base method. |
| 980 | func (m *MockAPIClient) ImageTag(arg0 context.Context, arg1 client.ImageTagOptions) (client.ImageTagResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected