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

Method Publish

pkg/mocks/mock_docker_compose_api.go:313–316  ·  view source on GitHub ↗

Publish indicates an expected call of Publish.

(ctx, project, repository, options any)

Source from the content-addressed store, hash-verified

311
312// Publish indicates an expected call of Publish.
313func (mr *MockComposeMockRecorder) Publish(ctx, project, repository, options any) *gomock.Call {
314 mr.mock.ctrl.T.Helper()
315 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Publish", reflect.TypeOf((*MockCompose)(nil).Publish), ctx, project, repository, options)
316}
317
318// Pull mocks base method.
319func (m *MockCompose) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected