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

Method Down

pkg/mocks/mock_docker_compose_api.go:115–120  ·  view source on GitHub ↗

Down mocks base method.

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

Source from the content-addressed store, hash-verified

113
114// Down mocks base method.
115func (m *MockCompose) Down(ctx context.Context, projectName string, options api.DownOptions) error {
116 m.ctrl.T.Helper()
117 ret := m.ctrl.Call(m, "Down", ctx, projectName, options)
118 ret0, _ := ret[0].(error)
119 return ret0
120}
121
122// Down indicates an expected call of Down.
123func (mr *MockComposeMockRecorder) Down(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected