Преглед на файлове

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 {