8 lines
184 B
Go
8 lines
184 B
Go
package processes
|
|
|
|
func (p *Processes) Description() string {
|
|
return "Get the number of processes and group them by status"
|
|
}
|
|
|
|
func (p *Processes) SampleConfig() string { return "" }
|