mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-23 08:33:45 +01:00
337d3edcc4
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 |
||
---|---|---|
.. | ||
client.go | ||
common_linux_test.go | ||
firewall_linux.go | ||
firewall_nonlinux.go | ||
firewall.go | ||
iptables_linux_test.go | ||
iptables_linux.go | ||
manager_test.go | ||
manager.go | ||
mock.go | ||
nftables_linux_test.go | ||
nftables_linux.go | ||
server.go | ||
systemops_linux.go | ||
systemops_nonlinux.go | ||
systemops_test.go | ||
systemops.go |