Documentation ¶
Index ¶
- Constants
- Variables
- type Daemons
- func (d *Daemons) List(args struct{}, reply *string) error
- func (d *Daemons) Log(args []string, reply *string) error
- func (d *Daemons) Restart(pidlist []string, reply *struct{}) (err error)
- func (d *Daemons) Start(args []string, reply *struct{}) error
- func (d *Daemons) Stop(pidlist []string, reply *struct{}) (err error)
- type Log
- type Restart
- type Server
- type Start
- type Status
- type Stop
Constants ¶
View Source
const RestartLimit = 0
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // Machines list goes command + args for daemons that run from start, // including redisd. Note that dependent daemons should wait on a // respective redis key, e.g. // redis.Hwait(redis.DefaultHash, "redis.ready", "true", TIMEOUT) // or // redis.IsReady() Init [][]string Daemons }
Click to show internal directories.
Click to hide internal directories.