Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPrintedError = errors.New("terminating because of errors")
ErrPrintedError indicates error messages have been printed to stderr.
Functions ¶
Types ¶
type Command ¶
type Command struct { // The currently active command. *cobra.Command // contains filtered or unexported fields }
type Stats ¶ added in v0.6.0
type Stats struct { // CUE groups stats obtained from the CUE evaluator. CUE stats.Counts // Go groups stats obtained from the Go runtime. Go struct { AllocBytes uint64 AllocObjects uint64 } }
Stats expands stats.Counts with counters obtained from other sources, such as the Go runtime. The stats are grouped by category to clarify their source.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.