Documentation
¶
Index ¶
- type Graph
- func (d Graph) CreateOrder(target string) (path []string, err error)
- func (d Graph) CreateOrderAll() (path []string)
- func (d *Graph) DependsOn(a, b string) error
- func (d Graph) DropOrder(target string) (path []string, err error)
- func (d Graph) DropOrderAll() (path []string)
- func (d *Graph) Finalize() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
Graph specifies dependencies graph.
func (Graph) CreateOrder ¶
CreateOrder returns list of creation order for target.
func (Graph) CreateOrderAll ¶
CreateOrderAll returns list of creation order.
func (Graph) DropOrderAll ¶
DropOrderAll returns list of deletion order.
Click to show internal directories.
Click to hide internal directories.