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

Method ImagePush

pkg/mocks/mock_docker_api.go:915–921  ·  view source on GitHub ↗

ImagePush mocks base method.

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

Source from the content-addressed store, hash-verified

913
914// ImagePush mocks base method.
915func (m *MockAPIClient) ImagePush(arg0 context.Context, arg1 string, arg2 client.ImagePushOptions) (client.ImagePushResponse, error) {
916 m.ctrl.T.Helper()
917 ret := m.ctrl.Call(m, "ImagePush", arg0, arg1, arg2)
918 ret0, _ := ret[0].(client.ImagePushResponse)
919 ret1, _ := ret[1].(error)
920 return ret0, ret1
921}
922
923// ImagePush indicates an expected call of ImagePush.
924func (mr *MockAPIClientMockRecorder) ImagePush(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected