mirror of
https://github.com/netbirdio/netbird.git
synced 2025-10-26 11:17:32 +00:00
The ConnStatus is a custom type based on iota like an enum. The problem was nowhere used to the benefits of this implementation. All ConnStatus instances has been compared with strings. I suppose the reason to do it to avoid a circle dependency. In this commit the separated status package has been moved to peer package. Remove unused, exported functions from engine |
||
|---|---|---|
| .. | ||
| dns | ||
| peer | ||
| proxy | ||
| routemanager | ||
| config_test.go | ||
| config.go | ||
| connect.go | ||
| device_auth.go | ||
| engine_test.go | ||
| engine.go | ||
| login.go | ||
| oauth_test.go | ||
| oauth.go | ||
| state.go | ||