Documentation
¶
Index ¶
Constants ¶
View Source
const AppName = "cagent"
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
Types ¶
type RuntimeError ¶ added in v1.5.6
type RuntimeError struct {
Err error
}
RuntimeError wraps runtime errors to distinguish them from usage errors
func (RuntimeError) Error ¶ added in v1.5.6
func (e RuntimeError) Error() string
func (RuntimeError) Unwrap ¶ added in v1.5.6
func (e RuntimeError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.