Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetNodeManager ¶
type NetNodeManager interface {
GetNetNodeFromID(nodeType model.NetNodeType, id string) (model.NetNodeAction, error)
}
func NewNetNodeManager ¶
func NewNetNodeManagerWithParent ¶
func NewNetNodeManagerWithParent(ctx *ctx.Context, parent NetNodeManager, networkPlugin plugin.Plugin, collectorManager collector.Manager) (NetNodeManager, error)
Click to show internal directories.
Click to hide internal directories.