mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-07 08:01:41 +00:00
pg_provisioning.go covers cloud_credentials, provisioning_templates, provisioning_jobs, and provisioning_policy. Job repo exposes the state machine helpers the orchestrator needs (UpdateState, RecordServer, AppendIPs, AppendWorkerIDs, MarkFailed, MarkCompleted) so the package doesn't reach through *db.DB itself. pg_decision_log.go is a thin insert + recent-history reader for the audit trail powering the admin Decisions page.