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

Method ImageSearch

pkg/mocks/mock_docker_api.go:974–977  ·  view source on GitHub ↗

ImageSearch indicates an expected call of ImageSearch.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

972
973// ImageSearch indicates an expected call of ImageSearch.
974func (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.
980func (m *MockAPIClient) ImageTag(arg0 context.Context, arg1 client.ImageTagOptions) (client.ImageTagResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected