Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct {
ID uuid.UUID `json:"id"`
Source EdgeTarget `json:"source"`
Target EdgeTarget `json:"target"`
Type string `json:"type"`
}
type EdgeTarget ¶
type Node ¶
type Node struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Labels []string `json:"labels"`
Connector []NodeConnector `json:"connector"`
Children []string `json:"children"`
Bounds NodeBounds `json:"bounds"`
}
type NodeBounds ¶
type NodeConnector ¶
Click to show internal directories.
Click to hide internal directories.