Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgeInput ¶
type EdgeInput struct {
NodeIValue interface{} `NodeIValue:"json"`
NodeJValue interface{} `NodeJValue:"json"`
EdgeValue interface{} `EdgeValue:"json"`
}
type ValuesInput ¶
type ValuesInput struct {
Edges []EdgeInput `Edges:"json"`
Nodes []interface{} `Nodes:"json"`
}
Click to show internal directories.
Click to hide internal directories.