MCPcopy
hub / github.com/docker/compose / Events

Method Events

pkg/dryrun/dryrunclient.go:584–586  ·  view source on GitHub ↗
(ctx context.Context, options client.EventsListOptions)

Source from the content-addressed store, hash-verified

582}
583
584func (d *DryRunClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult {
585 return d.apiClient.Events(ctx, options)
586}
587
588func (d *DryRunClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) {
589 return d.apiClient.Info(ctx, options)

Callers

nothing calls this directly

Calls 1

EventsMethod · 0.65

Tested by

no test coverage detected