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

Method Ps

pkg/mocks/mock_docker_compose_api.go:299–302  ·  view source on GitHub ↗

Ps indicates an expected call of Ps.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

297
298// Ps indicates an expected call of Ps.
299func (mr *MockComposeMockRecorder) Ps(ctx, projectName, options any) *gomock.Call {
300 mr.mock.ctrl.T.Helper()
301 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Ps", reflect.TypeOf((*MockCompose)(nil).Ps), ctx, projectName, options)
302}
303
304// Publish mocks base method.
305func (m *MockCompose) Publish(ctx context.Context, project *types.Project, repository string, options api.PublishOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected