Method
Events
(ctx context.Context, options client.EventsListOptions)
Source from the content-addressed store, hash-verified
| 582 | } |
| 583 | |
| 584 | func (d *DryRunClient) Events(ctx context.Context, options client.EventsListOptions) client.EventsResult { |
| 585 | return d.apiClient.Events(ctx, options) |
| 586 | } |
| 587 | |
| 588 | func (d *DryRunClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) { |
| 589 | return d.apiClient.Info(ctx, options) |
Callers
nothing calls this directly
Tested by
no test coverage detected