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

Method Push

pkg/mocks/mock_docker_compose_api.go:333–338  ·  view source on GitHub ↗

Push mocks base method.

(ctx context.Context, project *types.Project, options api.PushOptions)

Source from the content-addressed store, hash-verified

331
332// Push mocks base method.
333func (m *MockCompose) Push(ctx context.Context, project *types.Project, options api.PushOptions) error {
334 m.ctrl.T.Helper()
335 ret := m.ctrl.Call(m, "Push", ctx, project, options)
336 ret0, _ := ret[0].(error)
337 return ret0
338}
339
340// Push indicates an expected call of Push.
341func (mr *MockComposeMockRecorder) Push(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected