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