visual

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Device

type Device struct {
	ID         string
	Name       string
	Properties map[string]string
	Endpoints  []Endpoint
}

type Endpoint

type Endpoint struct {
	ID         string
	Name       string
	Properties map[string]string
}

type Graph

type Graph struct {
	Devices []Device
	Links   []Link
}

func New

func New() *Graph

func (*Graph) Dot

func (g *Graph) Dot() (string, error)
type Link struct {
	From  string
	To    string
	Color string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL