mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 09:41:37 +08:00
modify access key
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user