Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct { Src int `json:"src"` Dst int `json:"dst"` Attrs map[string]interface{} `json:"attrs"` }
func (*Edge) GetBranchType ¶
Click to show internal directories.
Click to hide internal directories.