package
Version:
v0.0.0-...-2ec072f
Opens a new window with list of versions in this module.
Published: Jun 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Edge struct {
Src int `json:"src"`
Dst int `json:"dst"`
Attrs map[string]interface{} `json:"attrs"`
}
type Gallery struct {
GraphList []*GraphData `json:"graph_list"`
EdgeList []*Edge `json:"edge_list"`
}
type GraphData struct {
GraphType GraphType `json:"graph_type"`
JSONData string `json:"json_data"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.