Documentation
¶
Overview ¶
Package edit implements different arch graph utilities.
Index ¶
- func ComponentsWithClass(graph *arch.World, classes []string) []*arch.Component
- func KeepComponents(world *arch.World, components []*arch.Component)
- func KeepRoots(world *arch.World, roots []string)
- func RemoveClasses(graph *arch.World, classes []string)
- func Roots(world *arch.World) []*arch.Component
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComponentsWithClass ¶
ComponentsWithClass returns list of components with the class.
func KeepComponents ¶
KeepComponents only keeps the specified components in world.
func RemoveClasses ¶
RemoveClasses removes any components that has class in the specified list.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.