modify access key

This commit is contained in:
afeiszli
2021-05-25 16:09:49 -04:00
parent 78ae219b03
commit b930027a95
16 changed files with 366 additions and 145 deletions

View File

@@ -2,7 +2,6 @@ package command
import (
"github.com/gravitl/netmaker/netclient/functions"
"github.com/gravitl/netmaker/models"
"github.com/gravitl/netmaker/netclient/config"
"github.com/gravitl/netmaker/netclient/local"
"golang.zx2c4.com/wireguard/wgctrl"
@@ -20,8 +19,7 @@ var (
wcclient nodepb.NodeServiceClient
)
func Register(cfg config.ClientConfig) error {
func Register(cfg config.GlobalConfig) error {
err := functions.Register(cfg)
return err
}