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

Method Exec

pkg/mocks/mock_docker_compose_api.go:152–155  ·  view source on GitHub ↗

Exec indicates an expected call of Exec.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

150
151// Exec indicates an expected call of Exec.
152func (mr *MockComposeMockRecorder) Exec(ctx, projectName, options any) *gomock.Call {
153 mr.mock.ctrl.T.Helper()
154 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Exec", reflect.TypeOf((*MockCompose)(nil).Exec), ctx, projectName, options)
155}
156
157// Export mocks base method.
158func (m *MockCompose) Export(ctx context.Context, projectName string, options api.ExportOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected