dnscrypt-proxy/dnscrypt-proxy/service_others.go

12 lines
152 B
Go

// +build !linux,!windows
package main
func ServiceManagerStartNotify() error {
return nil
}
func ServiceManagerReadyNotify() error {
return nil
}