netbird/client/cmd
Maycon Santos 612ef98f03
Call start services function for tests (#257)
* Call start services function for tests

when testing CMDs we were using some global
variables which got replaced by parallel test

Now we will call a single function independently
for each test
2022-03-10 11:53:09 +01:00
..
down.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
login_test.go Call start services function for tests (#257) 2022-03-10 11:53:09 +01:00
login.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
root.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
service_controller.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
service_installer.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
service.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
status.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
testutil.go Call start services function for tests (#257) 2022-03-10 11:53:09 +01:00
up_daemon_test.go Call start services function for tests (#257) 2022-03-10 11:53:09 +01:00
up_test.go Call start services function for tests (#257) 2022-03-10 11:53:09 +01:00
up.go Fix UP cmd to pass managementURL to daemon 2022-03-08 16:10:44 +01:00
version.go Add client version to the client app and send it to the management service (#218) 2022-02-03 18:35:54 +01:00