Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Map = make(map[string]Property)
Functions ¶
This section is empty.
Types ¶
type CommandProperty ¶
type CommandProperty struct{}
func (*CommandProperty) FormattedSumValue ¶
func (*CommandProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*CommandProperty) Name ¶
func (*CommandProperty) Name() string
func (*CommandProperty) Value ¶
func (*CommandProperty) Value(p *process.Process, c *config.ProcessConfig) string
type CommentProperty ¶
type CommentProperty struct{}
func (*CommentProperty) FormattedSumValue ¶
func (*CommentProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*CommentProperty) Name ¶
func (*CommentProperty) Name() string
func (*CommentProperty) Value ¶
func (*CommentProperty) Value(p *process.Process, _ *config.ProcessConfig) string
type Comparator ¶
type FloatComparator ¶
type FloatComparator struct{}
type GroupProperty ¶
type GroupProperty struct{}
func (*GroupProperty) FormattedSumValue ¶
func (*GroupProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*GroupProperty) Name ¶
func (*GroupProperty) Name() string
func (*GroupProperty) Value ¶
func (*GroupProperty) Value(_ *process.Process, c *config.ProcessConfig) string
type NameProperty ¶
type NameProperty struct{}
func (*NameProperty) FormattedSumValue ¶
func (*NameProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*NameProperty) Name ¶
func (*NameProperty) Name() string
func (*NameProperty) Value ¶
func (*NameProperty) Value(_ *process.Process, c *config.ProcessConfig) string
type PidProperty ¶
type PidProperty struct{}
func (*PidProperty) FormattedSumValue ¶
func (*PidProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*PidProperty) Name ¶
func (*PidProperty) Name() string
func (*PidProperty) Value ¶
func (*PidProperty) Value(p *process.Process, c *config.ProcessConfig) string
type StateProperty ¶
type StateProperty struct{}
func (*StateProperty) FormattedSumValue ¶
func (*StateProperty) FormattedSumValue(processConfigList config.ProcessConfigList, processList process.List) string
func (*StateProperty) Name ¶
func (*StateProperty) Name() string
func (*StateProperty) Value ¶
func (*StateProperty) Value(p *process.Process, pConfig *config.ProcessConfig) string
type StringComparator ¶
type StringComparator struct{}
type UptimeProperty ¶
type UptimeProperty struct{}
func (*UptimeProperty) FormattedSumValue ¶
func (*UptimeProperty) FormattedSumValue(_ config.ProcessConfigList, _ process.List) string
func (*UptimeProperty) Name ¶
func (*UptimeProperty) Name() string
func (*UptimeProperty) Value ¶
func (*UptimeProperty) Value(p *process.Process, _ *config.ProcessConfig) string
Click to show internal directories.
Click to hide internal directories.