Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependence ¶
type Dependence struct { Name string `yaml:"name"` Pkg string `yaml:"pkg"` Dependences []*Dependence `yaml:"dependences"` }
func (Dependence) FuncName ¶
func (dp Dependence) FuncName() string
FuncName return name used as function name
func (*Dependence) GenScript ¶
func (dp *Dependence) GenScript(render RenderFunc, buf io.Writer) error
GenScript ...
type RenderFunc ¶
type RenderFunc func(wr io.Writer, data Dependence) error
type Requirements ¶
type Requirements struct {
Pkgs []*Dependence `yaml:"pkgs"`
}
Click to show internal directories.
Click to hide internal directories.