mirror of
https://github.com/netbirdio/netbird.git
synced 2025-10-26 11:17:32 +00:00
This PR refactors the system information collection code by moving static system information gathering to a dedicated location and separating platform-specific implementations. The primary goal is to improve code organization and maintainability by centralizing static info collection logic. Key changes: - Centralized static info collection into dedicated files with platform-specific implementations - Moved `StaticInfo` struct definition to the main static_info.go file - Added async initialization function `UpdateStaticInfoAsync()` across all platforms |
||
|---|---|---|
| .. | ||
| android | ||
| anonymize | ||
| cmd | ||
| configs | ||
| embed | ||
| errors | ||
| firewall | ||
| iface | ||
| internal | ||
| ios/NetBirdSDK | ||
| proto | ||
| server | ||
| ssh | ||
| status | ||
| system | ||
| testdata | ||
| ui | ||
| Dockerfile | ||
| Dockerfile-rootless | ||
| installer.nsis | ||
| main.go | ||
| manifest.xml | ||
| netbird-entrypoint.sh | ||
| netbird.wxs | ||
| resources.rc | ||