Documentation ¶
Index ¶
- Variables
- func CheckPIDFILEAlreadyExists(dir string) bool
- func ClearPid(dir string)
- func Download() *cli.Command
- func DownloadFunc(c *cli.Context) error
- func Env() *cli.Command
- func Info() *cli.Command
- func InfoFunc(c *cli.Context) error
- func Join() *cli.Command
- func JoinFunc(c *cli.Context) error
- func Leave() *cli.Command
- func LeaveFunc(c *cli.Context) error
- func Master() *cli.Command
- func Remove() *cli.Command
- func RemoveFunc(c *cli.Context) error
- func Restart() *cli.Command
- func RestartFunc(c *cli.Context) error
- func Start() *cli.Command
- func StartFunc(c *cli.Context) error
- func StartMaster(args []string, extra []*os.File) (*exec.Cmd, error)
- func Stop() *cli.Command
- func StopFunc(c *cli.Context) error
- type App
- type ICtiServiceClient
Constants ¶
This section is empty.
Variables ¶
View Source
var CMDRemove = "remove"
View Source
var CmdCluster = "clusters"
View Source
var CmdDownload = "download"
View Source
var CmdInfo = "info"
View Source
var CmdJoin = "join"
View Source
var CmdLeave = "leave"
View Source
var CmdStop = "stop"
Functions ¶
func DownloadFunc ¶ added in v0.3.0
func DownloadFunc(c *cli.Context) error
DownloadFunc download plugin
func RestartFunc ¶
func RestartFunc(c *cli.Context) error
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) AppendCommand ¶
func (a *App) AppendCommand(cmd ...*cli.Command)
type ICtiServiceClient ¶
type ICtiServiceClient interface { service.CtiServiceClient io.Closer }
Click to show internal directories.
Click to hide internal directories.