MCPcopy Create free account
hub / github.com/docker/compose / ImageSearch

Method ImageSearch

pkg/mocks/mock_docker_api.go:965–971  ·  view source on GitHub ↗

ImageSearch mocks base method.

(arg0 context.Context, arg1 string, arg2 client.ImageSearchOptions)

Source from the content-addressed store, hash-verified

963
964// ImageSearch mocks base method.
965func (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.
974func (mr *MockAPIClientMockRecorder) ImageSearch(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected