Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logs = &cobra.Command{ Use: "logs", Short: "Show the MESG Core's logs", Run: logsHandler, DisableAutoGenTag: true, }
Logs of the core.
View Source
var RootCmd = &cobra.Command{ Use: "mesg-core", Short: "MESG Core", DisableAutoGenTag: true, }
RootCmd represents the base command when called without any subcommands
View Source
var Service = &cobra.Command{ Use: "service", Short: "Manage your services", DisableAutoGenTag: true, }
Service is the root command related to services
View Source
var Start = &cobra.Command{ Use: "start", Short: "Start the MESG Core", Run: startHandler, DisableAutoGenTag: true, }
Start the MESG Core.
View Source
var Status = &cobra.Command{ Use: "status", Short: "Status of the MESG Core", Run: statusHandler, DisableAutoGenTag: true, }
Status command returns started services
View Source
var Stop = &cobra.Command{ Use: "stop", Short: "Stop the MESG Core", Run: stopHandler, DisableAutoGenTag: true, }
Stop the MESG Core
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.