Versions in this module Expand all Collapse all v1 v1.1.0 Jan 12, 2022 Changes in this version + type Error struct + Err error + Msg string + func (e Error) Error() string v1.0.0 Dec 30, 2019 Changes in this version + type Status struct + NormallyUp bool + PID int + Paused bool + Service string + Want byte + When time.Time + func Svstat(service string) (s *Status, err error) + func (s *Status) String() (o string)