Documentation
¶
Overview ¶
Package graph provides core graph data structures and types for dependency visualization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Name string
PkgName string // Actual package name from PKGBUILD
Version string
Release string
X, Y float64
Width, Height float64 // Dynamic node dimensions
IsExternal bool
IsPopular bool
Dependencies []string
Level int
}
Node represents a package in the dependency graph.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package layout provides graph layout algorithms for positioning nodes.
|
Package layout provides graph layout algorithms for positioning nodes. |
|
Package loader provides functionality to load and parse project configurations for graph generation.
|
Package loader provides functionality to load and parse project configurations for graph generation. |
|
Package render provides rendering functionality for dependency graphs.
|
Package render provides rendering functionality for dependency graphs. |
|
Package theme provides visual styling configurations for dependency graphs.
|
Package theme provides visual styling configurations for dependency graphs. |
Click to show internal directories.
Click to hide internal directories.