daemon

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BaseCmd = &cobra.Command{
	Use:   "daemon",
	Short: "start vexil as a daemon",
}
View Source
var CheckCmd = &cobra.Command{
	Use:   "check",
	Short: "check the daemon is running",
	Run:   CheckRun,
}
View Source
var StartCmd = &cobra.Command{
	Use:   "start",
	Short: "run the daemon",
	Run:   StartRun,
}

Functions

func CheckRun

func CheckRun(cmd *cobra.Command, args []string)

func StartRun

func StartRun(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL