Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Account = &cobra.Command{ Use: "account", Short: "Manage your accounts", DisableAutoGenTag: true, }
Account are a group of commands to manage your accounts
View Source
var Beer = &cobra.Command{ Use: "beer", Short: "Pay us a beer", DisableAutoGenTag: true, Run: beerHandler, }
Beer send us token to buy a beer
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
View Source
var Workflow = &cobra.Command{ Use: "workflow", Short: "Manage your workflows", DisableAutoGenTag: true, }
Workflow is the root command related to workflows
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.