package
Version:
v0.0.0-alpha6
Opens a new window with list of versions in this module.
Published: Oct 5, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Edge struct {
From *Node `json:"from"`
To *Node `json:"to"`
}
Edge -
type Node struct {
Type string `json:"type"`
ID string `json:"id"`
Label string `json:"label"`
}
Node -
Source Files
¶
Click to show internal directories.
Click to hide internal directories.