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

Method Kill

pkg/mocks/mock_docker_compose_api.go:202–207  ·  view source on GitHub ↗

Kill mocks base method.

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

Source from the content-addressed store, hash-verified

200
201// Kill mocks base method.
202func (m *MockCompose) Kill(ctx context.Context, projectName string, options api.KillOptions) error {
203 m.ctrl.T.Helper()
204 ret := m.ctrl.Call(m, "Kill", ctx, projectName, options)
205 ret0, _ := ret[0].(error)
206 return ret0
207}
208
209// Kill indicates an expected call of Kill.
210func (mr *MockComposeMockRecorder) Kill(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected