package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Feb 7, 2020
License: Apache-2.0, BSD-2-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EventHandlers = struct {
AddNode func(nodeId string)
RemoveNode func(nodeId string)
ConnectNodes func(sourceId string, targetId string)
DisconnectNodes func(sourceId string, targetId string)
NodeOnline func(nodeId string)
NodeOffline func(nodeId string)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.