summaryrefslogtreecommitdiff
path: root/sd_daemon/watchdog.go
AgeCommit message (Collapse)Author
2018-12-07sd_daemon.WatchdogEnabled: Update example in doc commentLuke Shumaker
The docs still used the used the pre-da323d620 (2017-01-18) notify function signature.
2016-12-19Improve documentation.Luke Shumaker
2016-12-18Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0Luke Shumaker
This does not include the sd_is_* utility functions. BREAKING CHANGES: - The import name is now "sd_daemon" instead of "sd". - The logger interface is now entirely different. - Notify now takes more arguments.