Преглед изворни кода

netclient/command: remove testing struct

Signed-off-by: John Sahhar <[email protected]>
John Sahhar пре 3 година
родитељ
комит
d2bb050720
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      netclient/command/commands.go

+ 0 - 5
netclient/command/commands.go

@@ -10,11 +10,6 @@ import (
 	"github.com/gravitl/netmaker/netclient/ncutils"
 )
 
-type (
-	AuthenticationKey struct {
-	}
-)
-
 // JoinComms -- Join the message queue comms network if it doesn't have it
 // tries to ping if already found locally, if fail ping pull for best effort for communication
 func JoinComms(cfg *config.ClientConfig) error {