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

Method ImagePush

pkg/mocks/mock_docker_api.go:924–927  ·  view source on GitHub ↗

ImagePush indicates an expected call of ImagePush.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

922
923// ImagePush indicates an expected call of ImagePush.
924func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call {
925 mr.mock.ctrl.T.Helper()
926 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ImagePush", reflect.TypeOf((*MockAPIClient)(nil).ImagePush), arg0, arg1, arg2)
927}
928
929// ImageRemove mocks base method.
930func (m *MockAPIClient) ImageRemove(arg0 context.Context, arg1 string, arg2 client.ImageRemoveOptions) (client.ImageRemoveResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected