Documentation ¶
Index ¶
Constants ¶
View Source
const BufferSize = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { // Comm is used for input/output from the Graph Comm interface{} // Registry contains all the constructors for nodes Registry Registry // Nodes contains created node information Nodes map[Name]Node // Ports contains all tha ports Ports map[string]*Port }
Click to show internal directories.
Click to hide internal directories.