Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type AutoSync = bool + type Blueprint struct + AutoSync AutoSync + Branch string + Id BlueprintId + LastSync *time.Time + Name string + Repo string + Status Status + type BlueprintDetail struct + AutoSync AutoSync + Branch string + Id BlueprintId + LastSync *time.Time + Name string + Repo string + Resources []ResourceRef + Status Status + type BlueprintId = string + type BlueprintPATCH struct + AutoSync *AutoSync + Name *string + type CommitRef struct + Id string + type ResourceRef struct + Id string + Name string + Type ResourceRefType + type ResourceRefType string + const BackgroundWorker + const CronJob + const EnvironmentGroup + const Postgres + const PrivateService + const Redis + const StaticSite + const WebService + type Status string + const StatusCreated + const StatusError + const StatusInSync + const StatusPaused + const StatusSyncing + type Sync struct + Commit CommitRef + CompletedAt *time.Time + Id SyncId + StartedAt *time.Time + State SyncState + type SyncId = string + type SyncState string + const SyncStateCreated + const SyncStateError + const SyncStatePending + const SyncStateRunning + const SyncStateSuccess