ImageSave indicates an expected call of ImageSave.
(arg0, arg1 any, arg2 ...any)
| 956 | |
| 957 | // ImageSave indicates an expected call of ImageSave. |
| 958 | func (mr *MockAPIClientMockRecorder) ImageSave(arg0, arg1 any, arg2 ...any) *gomock.Call { |
| 959 | mr.mock.ctrl.T.Helper() |
| 960 | varargs := append([]any{arg0, arg1}, arg2...) |
| 961 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ImageSave", reflect.TypeOf((*MockAPIClient)(nil).ImageSave), varargs...) |
| 962 | } |
| 963 | |
| 964 | // ImageSearch mocks base method. |
| 965 | func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 client.ImageSearchOptions) (client.ImageSearchResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected