MCPcopy Index your code
hub / github.com/docker/cli / Events

Method Events

cli/command/system/client_test.go:48–54  ·  view source on GitHub ↗
(ctx context.Context, opts client.EventsListOptions)

Source from the content-addressed store, hash-verified

46}
47
48func (cli *fakeClient) Events(ctx context.Context, opts client.EventsListOptions) client.EventsResult {
49 eventC, errC := cli.eventsFn(ctx, opts)
50 return client.EventsResult{
51 Messages: eventC,
52 Err: errC,
53 }
54}
55
56func (cli *fakeClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error) {
57 if cli.imageListFunc != nil {

Callers 2

RunStatsFunction · 0.80
runEventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected