Versions in this module Expand all Collapse all v0 v0.3.1 May 6, 2026 Changes in this version + type Driver struct + Client *api.Client + Projects []string + func (d *Driver) DumpEvents(ctx context.Context, args string) ([]schema.Event, error) + func (d *Driver) GetLogs(ctx context.Context) ([]schema.Log, error) + func (d *Driver) HandleEvents(ctx context.Context, _ string) (schema.EventActionResult, error)