Versions in this module Expand all Collapse all v0 v0.55.0 Sep 9, 2026 v0.54.4 Sep 7, 2026 v0.54.3 Sep 6, 2026 v0.54.2 Sep 6, 2026 v0.54.1 Sep 6, 2026 Changes in this version + const ModeDryRun — linux/amd64 + const ModeRun — linux/amd64 + func ReportDryRun(ctx context.Context, apiBaseURL, token string, report DryRunReport) error — linux/amd64 + func ReportResult(ctx context.Context, apiBaseURL, token string, report ResultReport) error — linux/amd64 + type Action struct — linux/amd64 + Params map[string]string + Type string + type DryRunReport struct — linux/amd64 + Detail any + JobID string + MachineUUID string + OK bool + PreviewID string + type ResultReport struct — linux/amd64 + Detail any + JobID string + MachineUUID string + OK bool + type Work struct — linux/amd64 + Actions []Action + Backup bool + JobID string + Mode string + func NextWork(ctx context.Context, apiBaseURL, token, machineUUID string) (Work, error) + func (w Work) HasWork() bool