Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Supervisor ¶
type Supervisor struct {
// contains filtered or unexported fields
}
func (*Supervisor) AddProcess ¶
func (h *Supervisor) AddProcess(name string, command string, opts ...Opt)
func (*Supervisor) Run ¶
func (h *Supervisor) Run()
func (*Supervisor) StartHttpListener ¶
func (h *Supervisor) StartHttpListener()
func (*Supervisor) Stop ¶
func (h *Supervisor) Stop()
Click to show internal directories.
Click to hide internal directories.