netbird/client/internal/dns/unclean_shutdown_mobile.go

15 lines
190 B
Go

//go:build ios || android
package dns
type ShutdownState struct {
}
func (s *ShutdownState) Name() string {
return "dns_state"
}
func (s *ShutdownState) Cleanup() error {
return nil
}