Versions in this module Expand all Collapse all v0 v0.35.0 Apr 26, 2026 v0.34.0 Apr 21, 2026 Changes in this version + func IsRunning(path string) (int, bool) + func ReadPID(path string) (int, error) + func RemovePID(path string) error + func WritePID(path string) error + type Daemon struct + func New(cfg *config.Config) *Daemon + func (d *Daemon) ReloadConfig() error + func (d *Daemon) Run() error + func (d *Daemon) Shutdown()