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

Method Logs

pkg/mocks/mock_docker_compose_api.go:254–257  ·  view source on GitHub ↗

Logs indicates an expected call of Logs.

(ctx, projectName, consumer, options any)

Source from the content-addressed store, hash-verified

252
253// Logs indicates an expected call of Logs.
254func (mr *MockComposeMockRecorder) Logs(ctx, projectName, consumer, options any) *gomock.Call {
255 mr.mock.ctrl.T.Helper()
256 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Logs", reflect.TypeOf((*MockCompose)(nil).Logs), ctx, projectName, consumer, options)
257}
258
259// Pause mocks base method.
260func (m *MockCompose) Pause(ctx context.Context, projectName string, options api.PauseOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected