Versions in this module Expand all Collapse all v0 v0.3.2 May 9, 2026 Changes in this version type Driver + Clock func() time.Time v0.3.1 May 6, 2026 Changes in this version + type Driver struct + Credential auth.Credential + func (d *Driver) DumpEvents(ctx context.Context, args string) ([]schema.Event, error) + func (d *Driver) HandleEvents(ctx context.Context, _ string) (schema.EventActionResult, error) + func (d *Driver) SetClientOptions(opts ...api.Option)