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

Method Attach

pkg/mocks/mock_docker_compose_api.go:45–50  ·  view source on GitHub ↗

Attach mocks base method.

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

Source from the content-addressed store, hash-verified

43
44// Attach mocks base method.
45func (m *MockCompose) Attach(ctx context.Context, projectName string, options api.AttachOptions) error {
46 m.ctrl.T.Helper()
47 ret := m.ctrl.Call(m, "Attach", ctx, projectName, options)
48 ret0, _ := ret[0].(error)
49 return ret0
50}
51
52// Attach indicates an expected call of Attach.
53func (mr *MockComposeMockRecorder) Attach(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected