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 |
||
|---|---|---|
| .. | ||
| down.go | ||
| login_test.go | ||
| login.go | ||
| root_test.go | ||
| root.go | ||
| service_controller.go | ||
| service_installer.go | ||
| service.go | ||
| ssh.go | ||
| status_test.go | ||
| status.go | ||
| testutil.go | ||
| up_daemon_test.go | ||
| up.go | ||
| version.go | ||