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

Method Wait

pkg/mocks/mock_docker_compose_api.go:505–511  ·  view source on GitHub ↗

Wait mocks base method.

(ctx context.Context, projectName string, options api.WaitOptions)

Source from the content-addressed store, hash-verified

503
504// Wait mocks base method.
505func (m *MockCompose) Wait(ctx context.Context, projectName string, options api.WaitOptions) (int64, error) {
506 m.ctrl.T.Helper()
507 ret := m.ctrl.Call(m, "Wait", ctx, projectName, options)
508 ret0, _ := ret[0].(int64)
509 ret1, _ := ret[1].(error)
510 return ret0, ret1
511}
512
513// Wait indicates an expected call of Wait.
514func (mr *MockComposeMockRecorder) Wait(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected