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

Method Up

pkg/mocks/mock_docker_compose_api.go:461–466  ·  view source on GitHub ↗

Up mocks base method.

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

Source from the content-addressed store, hash-verified

459
460// Up mocks base method.
461func (m *MockCompose) Up(ctx context.Context, project *types.Project, options api.UpOptions) error {
462 m.ctrl.T.Helper()
463 ret := m.ctrl.Call(m, "Up", ctx, project, options)
464 ret0, _ := ret[0].(error)
465 return ret0
466}
467
468// Up indicates an expected call of Up.
469func (mr *MockComposeMockRecorder) Up(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected