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

Method Publish

pkg/mocks/mock_docker_compose_api.go:305–310  ·  view source on GitHub ↗

Publish mocks base method.

(ctx context.Context, project *types.Project, repository string, options api.PublishOptions)

Source from the content-addressed store, hash-verified

303
304// Publish mocks base method.
305func (m *MockCompose) Publish(ctx context.Context, project *types.Project, repository string, options api.PublishOptions) error {
306 m.ctrl.T.Helper()
307 ret := m.ctrl.Call(m, "Publish", ctx, project, repository, options)
308 ret0, _ := ret[0].(error)
309 return ret0
310}
311
312// Publish indicates an expected call of Publish.
313func (mr *MockComposeMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected