فهرست منبع

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 {