netbird/client/cmd
Zoltan Papp 337d3edcc4
Use the conn state of peer on proper way (#717)
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
2023-03-03 19:49:18 +01:00
..
down.go Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
login_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
login.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
root_test.go Revert preshared-key shorthand flag (#671) 2023-02-06 10:35:37 +01:00
root.go Refactor Management and Admin URL config (#674) 2023-02-07 11:40:05 +01:00
service_controller.go Refactor Management and Admin URL config (#674) 2023-02-07 11:40:05 +01:00
service_installer.go Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
service.go Feature/dns client configuration (#563) 2022-11-23 13:39:42 +01:00
ssh.go Config cleaning (#710) 2023-03-02 13:28:14 +01:00
status_test.go remove flag test 2023-02-27 17:45:02 +01:00
status.go remove daemon status from output 2023-02-27 17:12:34 +01:00
testutil.go Refactor Management and Admin URL config (#674) 2023-02-07 11:40:05 +01:00
up_daemon_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
up.go Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
version.go Versioning of UI and grpc-agent for passing version (#324) 2022-05-25 23:25:02 +02:00