ImageSearch mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ImageSearchOptions)
| 963 | |
| 964 | // ImageSearch mocks base method. |
| 965 | func (m *MockAPIClient) ImageSearch(arg0 context.Context, arg1 string, arg2 client.ImageSearchOptions) (client.ImageSearchResult, error) { |
| 966 | m.ctrl.T.Helper() |
| 967 | ret := m.ctrl.Call(m, "ImageSearch", arg0, arg1, arg2) |
| 968 | ret0, _ := ret[0].(client.ImageSearchResult) |
| 969 | ret1, _ := ret[1].(error) |
| 970 | return ret0, ret1 |
| 971 | } |
| 972 | |
| 973 | // ImageSearch indicates an expected call of ImageSearch. |
| 974 | func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected