Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct { ID string `json:"id"` From string `json:"from"` To string `json:"to"` Attributes map[string]interface{} `json:"attributes"` }
Edge is a JSON format for edges
type Node ¶
Node is a JSON format for nodes
Click to show internal directories.
Click to hide internal directories.