dnscrypt-proxy/dnscrypt-proxy/service_others.go

13 lines
182 B
Go

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