Versions in this module Expand all Collapse all v0 v0.0.2 Jul 2, 2024 v0.0.1 Jun 9, 2024 Changes in this version + func Init() error + func NewCfg(nodeConfig *sxsp.NodeMgmtConfig) error + type LocalNodeInterface interface + AddNetworkEndpoint func(endpointID, dnsName string) (string, error) + Close func() + Connection func() connection.Interface + DNSPort func() int + GetNodeLSA func() *routing.LSA + IsK8sGwEnabled func() bool + Metrics func(kvs kvstore.Interface) *topology.AgentMetrics + Node func() *topology.Node + NodeReq func() *topology.NodeReq + RemoveNetworkEndpoint func(endpointID string) error + Router func() router.Interface + SendAppSvcLSAs func(sxID string) + Stats func() hstat.Interface + func LocalNode() LocalNodeInterface