Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleKey ¶
type BundleKey = string
BundleKey is a canonical key like "php:8.4.6:linux:x86_64:nts".
func ExtBundleKey ¶
ExtBundleKey constructs a canonical key for an extension bundle.
func PHPBundleKey ¶
PHPBundleKey constructs a canonical key for a PHP core bundle.
func ToolBundleKey ¶
ToolBundleKey constructs a canonical key for a tool bundle.
type Digest ¶
type Digest = string
Digest is a content-addressed SHA-256 digest like "sha256:abc123".
type Lockfile ¶
type Lockfile struct {
SchemaVersion int `json:"schema_version"`
GeneratedAt time.Time `json:"generated_at"`
Bundles map[BundleKey]Digest `json:"bundles"`
}
Lockfile represents the bundles.lock JSON structure.
Click to show internal directories.
Click to hide internal directories.