Documentation
¶
Index ¶
- func GetCommand(kc store.Store) *cobra.Command
- func ListCommand(kc store.Store) *cobra.Command
- func RmCommand(kc store.Store) *cobra.Command
- func RunCommand() *cobra.Command
- func SetCommand(kc store.Store) *cobra.Command
- func VersionCommand(info VersionInfo) *cobra.Command
- type ExitCodeError
- type VersionInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCommand ¶ added in v0.0.29
func VersionCommand ¶
func VersionCommand(info VersionInfo) *cobra.Command
Types ¶
type ExitCodeError ¶ added in v0.0.29
type ExitCodeError struct {
Code int
}
ExitCodeError is returned from RunCommand when the executed child process terminated with a non-zero status. It carries the exit code the wrapper should exit with. Returning this instead of calling os.Exit directly lets the surrounding OTel span wrapper finish recording metrics and span data before the process exits.
func (*ExitCodeError) Error ¶ added in v0.0.29
func (e *ExitCodeError) Error() string
type VersionInfo ¶
Click to show internal directories.
Click to hide internal directories.