瀏覽代碼

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 {