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

Method Kill

pkg/mocks/mock_docker_compose_api.go:210–213  ·  view source on GitHub ↗

Kill indicates an expected call of Kill.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

208
209// Kill indicates an expected call of Kill.
210func (mr *MockComposeMockRecorder) Kill(ctx, projectName, options any) *gomock.Call {
211 mr.mock.ctrl.T.Helper()
212 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Kill", reflect.TypeOf((*MockCompose)(nil).Kill), ctx, projectName, options)
213}
214
215// List mocks base method.
216func (m *MockCompose) List(ctx context.Context, options api.ListOptions) ([]api.Stack, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected