ee update

This commit is contained in:
0xdcarns
2023-01-14 12:00:44 -05:00
parent 85be6d76c8
commit e4d44b5fab
4 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ package logic
import (
"strings"
"github.com/google/uuid"
"github.com/gravitl/netmaker/models"
)
@@ -16,7 +17,7 @@ var EnterpriseFailoverFunc func(node *models.Node) error
var EnterpriseResetFailoverFunc func(network string) error
// EnterpriseResetAllPeersFailovers - resets all nodes that are considering a node to be failover worthy (inclusive)
var EnterpriseResetAllPeersFailovers func(nodeid, network string) error
var EnterpriseResetAllPeersFailovers func(nodeid uuid.UUID, network string) error
// == Join, Checkin, and Leave for Server ==