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