Documentation
¶
Overview ¶
Package state is the committed sync baseline (gitops/state/sync-state.json) — the last-synced snapshot that makes the 3-way (git ↔ baseline ↔ ABM) diff possible.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
ABMID string `json:"abm_id"`
Hash string `json:"hash"`
UpdatedDateTime string `json:"updatedDateTime"`
}
Entry is the last-synced state of one config.
Click to show internal directories.
Click to hide internal directories.