Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StartCmd = &cobra.Command{ Use: "start", Short: "Start the ghost service", Run: RunStartService, } )
View Source
var ( StopCmd = &cobra.Command{ Use: "stop", Short: "Stop the ghost service", Run: RunStopService, } )
Functions ¶
func RunStartService ¶
func RunStopService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.