Versions in this module Expand all Collapse all v1 v1.1.5 Apr 20, 2026 v1.1.4 Apr 18, 2026 v1.1.3 Apr 18, 2026 v1.1.2 Mar 2, 2026 v1.1.1 Jan 20, 2026 v1.1.0 Dec 10, 2025 Changes in this version + func SortProcessInfos(processes []ProcessInfo) + type BooleanReply struct + Success bool + type ProcessInfo struct + Command string + Description string + Directory string + Exitstatus int + Group string + IniPath string + Logfile string + Name string + Now int + Pid int + Spawnerr string + Start int + State int + Statename string + StderrLogfile string + StdoutLogfile string + Stop int + func (pi ProcessInfo) GetFullName() string + type ProcessNameSorter struct + func NewwProcessNameSorter(processes []ProcessInfo) *ProcessNameSorter + func (pns *ProcessNameSorter) Len() int + func (pns *ProcessNameSorter) Less(i, j int) bool + func (pns *ProcessNameSorter) Swap(i, j int) + type ProcessSignal struct + Name string + Signal string + type ReloadConfigResult struct + AddedGroup []string + ChangedGroup []string + RemovedGroup []string