Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
func InitProcess ¶
func InitProcess(conf cfg.ProcessConfig) (*Process, error)
func (*Process) Stat ¶
func (p *Process) Stat() *ProcessStat
type ProcessStat ¶
func (*ProcessStat) Entities ¶
func (stat *ProcessStat) Entities() []entity.EntityInfo
type Volume ¶
type Volume map[string]manager.ManagerAtomic
Click to show internal directories.
Click to hide internal directories.