Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2026 Changes in this version + const DraftVersion + func SupportedVersions() []string + type Digest struct + Algorithm string + Value string + type FileLock struct + Bytes int + Path string + SHA256 string + type Lock struct + BundleDigest Digest + Files []FileLock + FormatVersion int + Source LockSource + SpecVersion string + type LockSource struct + BaseCommit string + Kind string + Ref string + Repository string + WorktreeDirty bool + type Set struct + func Load(version string) (*Set, error) + func (s *Set) Case(relative string) ([]byte, error) + func (s *Set) File(relative string) (FileLock, bool) + func (s *Set) Lock() Lock + func (s *Set) Manifest() ([]byte, error) + func (s *Set) ManifestSchema() ([]byte, error) + func (s *Set) Read(relative string) ([]byte, error) + func (s *Set) Schema() ([]byte, error) + type UnsupportedVersionError struct + Version string + func (e *UnsupportedVersionError) Error() string