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