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

Method Events

pkg/mocks/mock_docker_compose_api.go:129–134  ·  view source on GitHub ↗

Events mocks base method.

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

Source from the content-addressed store, hash-verified

127
128// Events mocks base method.
129func (m *MockCompose) Events(ctx context.Context, projectName string, options api.EventsOptions) error {
130 m.ctrl.T.Helper()
131 ret := m.ctrl.Call(m, "Events", ctx, projectName, options)
132 ret0, _ := ret[0].(error)
133 return ret0
134}
135
136// Events indicates an expected call of Events.
137func (mr *MockComposeMockRecorder) Events(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected