Documentation
¶
Index ¶
- func AddToGraph(graph *charts.Graph, nodes []opts.GraphNode, links []opts.GraphLink, ...)
- func Command() *cli.Command
- func NetworkManager(ctx context.Context, p *NM) ([]opts.TreeData, error)
- func NewGraph() *charts.Graph
- func NewPage() *components.Page
- func NewTree(title string) *charts.Tree
- type ConfigTags
- type ConfigVpc
- type NM
- type Node
- type Peering
- type PeeringConfiguration
- type PeeringConnection
- type PeeringResult
- type PeeringStatus
- type TGRoutes
- type TreeDataIp
- type VPCResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToGraph ¶
func NewPage ¶
func NewPage() *components.Page
Types ¶
type ConfigTags ¶
type Peering ¶ added in v0.12.0
func NewPeering ¶ added in v0.20.0
type PeeringConfiguration ¶ added in v0.15.0
type PeeringConnection ¶
type PeeringResult ¶ added in v0.15.0
type PeeringResult struct {
Configuration PeeringConfiguration `json:"configuration"`
Tags []ConfigTags `json:"tags"`
}
type PeeringStatus ¶ added in v0.15.1
type TGRoutes ¶ added in v0.20.0
func NewTGRoutes ¶ added in v0.20.0
type TreeDataIp ¶
type VPCResult ¶ added in v0.15.0
type VPCResult struct {
VpcId string `json:"resourceId"`
Tags []ConfigTags `json:"tags"`
OwnerId string `json:"configuration.ownerId"`
}
Click to show internal directories.
Click to hide internal directories.