Documentation
¶
Overview ¶
Package app wires the reproducible asset commands to their bounded inputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependencies ¶
type Dependencies struct {
Repo string
Rasterizer platform.Rasterizer
}
Dependencies contains the narrow injectable process boundaries. A nil Rasterizer uses pinned rsvg-convert for build and verify.
type UsageError ¶
type UsageError struct {
// contains filtered or unexported fields
}
UsageError describes invalid command or flag syntax. Callers map it to exit status 2; all other errors are command execution failures.
func (*UsageError) Error ¶
func (err *UsageError) Error() string
Click to show internal directories.
Click to hide internal directories.