wings/internal/notify/notify_other.go

16 lines
152 B
Go
Raw Normal View History

2021-07-19 19:05:54 +00:00
// +build !linux
package notify
func readiness() error {
return nil
}
func reloading() error {
return nil
}
func stopping() error {
return nil
}