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

Method Wait

pkg/mocks/mock_docker_compose_api.go:514–517  ·  view source on GitHub ↗

Wait indicates an expected call of Wait.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

512
513// Wait indicates an expected call of Wait.
514func (mr *MockComposeMockRecorder) Wait(ctx, projectName, options any) *gomock.Call {
515 mr.mock.ctrl.T.Helper()
516 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Wait", reflect.TypeOf((*MockCompose)(nil).Wait), ctx, projectName, options)
517}
518
519// Watch mocks base method.
520func (m *MockCompose) Watch(ctx context.Context, project *types.Project, options api.WatchOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected