package
Version:
v0.49.0
Opens a new window with list of versions in this module.
Published: Aug 27, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Edge struct {
ID string `json:"id"`
Source string `json:"source"`
Target string `json:"target"`
Type Type `json:"type"`
}
const (
TypeDefault Type = "normal"
TypeSuccess Type = "success"
TypeFailure Type = "failure"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.