cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

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.

Directories

Path Synopsis
assets
Code generated by go-bindata.
Code generated by go-bindata.

Jump to

Keyboard shortcuts

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