MCPcopy
hub / github.com/moby/moby / Events

Method Events

client/client_interfaces.go:210–210  ·  view source on GitHub ↗
(ctx context.Context, options EventsListOptions)

Source from the content-addressed store, hash-verified

208// SystemAPIClient defines API client methods for the system
209type SystemAPIClient interface {
210 Events(ctx context.Context, options EventsListOptions) EventsResult
211 Info(ctx context.Context, options InfoOptions) (SystemInfoResult, error)
212 RegistryLogin(ctx context.Context, auth RegistryLoginOptions) (RegistryLoginResult, error)
213 DiskUsage(ctx context.Context, options DiskUsageOptions) (DiskUsageResult, error)

Callers 9

TestEventsErrorInOptionsFunction · 0.65
TestEventsFunction · 0.65
TestPauseFunction · 0.65
systemEventsSinceFunction · 0.65
TestEventsExecDieFunction · 0.65
TestEventsVolumeCreateFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 9

TestEventsErrorInOptionsFunction · 0.52
TestEventsFunction · 0.52
TestPauseFunction · 0.52
systemEventsSinceFunction · 0.52
TestEventsExecDieFunction · 0.52
TestEventsVolumeCreateFunction · 0.52