wings/internal/notify/notify_other.go

17 lines
170 B
Go
Raw Normal View History

2022-01-18 20:12:09 +00:00
//go:build !linux
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
}