package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package manifest reads and writes the .awf/awf.lock and detects drift between rendered output and its sources.
type Drift struct{ Path, Kind, Detail string }
type Entry struct {
TemplateID string `json:"templateId"`
TemplateHash string `json:"templateHash"`
ConfigHash string `json:"configHash"`
OutputHash string `json:"outputHash"`
}
type Lock struct {
AWFVersion string `json:"awfVersion"`
SchemaVersion int `json:"schemaVersion"`
Files map[string]Entry `json:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.