Files
rikkei_simple_care/client/internal/winapi/wifi_other.go
2026-07-01 09:49:27 +07:00

9 lines
193 B
Go

//go:build !windows && !darwin
package winapi
// GetWifiConnection returns an empty WifiConnection stub for other systems
func GetWifiConnection() WifiConnection {
return WifiConnection{}
}