Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyGraph ¶
type DependencyGraph struct { *simple.DirectedGraph // contains filtered or unexported fields }
func NewDependencyGraph ¶
func NewDependencyGraph() *DependencyGraph
func (*DependencyGraph) BlockPathToGraphID ¶
func (dg *DependencyGraph) BlockPathToGraphID(id int64) map[string]int64
func (*DependencyGraph) GetSortedNodeIDs ¶
func (dg *DependencyGraph) GetSortedNodeIDs() ([]int64, error)
func (*DependencyGraph) LoadGriffonConfig ¶
func (dg *DependencyGraph) LoadGriffonConfig(config *blocks.Config) error
Click to show internal directories.
Click to hide internal directories.