infra/netbird/client/internal/dns/unclean_shutdown_mobile.go
2025-04-21 09:31:22 +00:00

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
}