package
Version:
v0.115.0-nightly
Opens a new window with list of versions in this module.
Published: Mar 20, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Handle is the entry point for the build command.
Builder orchestrates the entire build process.
NewBuilder creates a new Builder.
Build runs the full build pipeline.
Flags represents build command flags.
type Manifest struct {
Version string `json:"version"`
Commit string `json:"commit"`
Date string `json:"date"`
Arch string `json:"arch"`
Checksums map[string]string `json:"checksums"`
}
Manifest describes the contents of a binary archive.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.