Documentation
¶
Index ¶
Constants ¶
View Source
const ABBREVIATE_IPADDRESS = false
View Source
const KEY_EDGE_HEADLABEL = "headlabel"
View Source
const KEY_EDGE_LABEL = "label"
View Source
const KEY_EDGE_TAILLABEL = "taillabel"
View Source
const KEY_NODE_LABEL = "label"
View Source
const KEY_NODE_STYLE = "style"
View Source
const KEY_NODE_XLABEL = "xlabel"
Variables ¶
This section is empty.
Functions ¶
func GetDataJSON ¶
func GraphToDot ¶
Types ¶
type ConnectionData ¶
type InterfaceData ¶
type NetworkModelData ¶
type NetworkModelData struct {
Name string `json:"name" mapstructure:"name"`
Nodes []*NodeData `json:"nodes" mapstructure:"nodes"`
Connections []*ConnectionData `json:"connections" mapstructure:"connections"`
}
Click to show internal directories.
Click to hide internal directories.