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

Function NewMockLogConsumer

pkg/mocks/mock_docker_compose_api.go:545–549  ·  view source on GitHub ↗

NewMockLogConsumer creates a new mock instance.

(ctrl *gomock.Controller)

Source from the content-addressed store, hash-verified

543
544// NewMockLogConsumer creates a new mock instance.
545func NewMockLogConsumer(ctrl *gomock.Controller) *MockLogConsumer {
546 mock := &MockLogConsumer{ctrl: ctrl}
547 mock.recorder = &MockLogConsumerMockRecorder{mock}
548 return mock
549}
550
551// EXPECT returns an object that allows the caller to indicate expected use.
552func (m *MockLogConsumer) EXPECT() *MockLogConsumerMockRecorder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected