Versions in this module Expand all Collapse all v0 v0.0.3 Apr 25, 2018 v0.0.2 Apr 19, 2018 Changes in this version + func Listeners(name string) ([]net.Listener, error) + type DaemonSpec struct + Label string + Program string + ProgramArguments []string + RunAtLoad bool + Sockets map[string]string + StderrPath string + StdoutPath string + type Launchd struct + PListDir string + func New() *Launchd + func (l *Launchd) AddDaemon(spec DaemonSpec, executable string) error + func (l *Launchd) RemoveDaemon(spec DaemonSpec) error