internal

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Template string

Functions

func GenerateHTML

func GenerateHTML(graph *Graph) (string, error)

func OpenInBrowser added in v1.1.0

func OpenInBrowser(path string) error

Types

type Edge

type Edge struct {
	From string
	To   string
}

type Graph

type Graph struct {
	Root        string
	Edges       []Edge
	MvsPicked   []string
	MvsUnpicked []string
}

func Convert

func Convert(r io.Reader) (*Graph, error)

Jump to

Keyboard shortcuts

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