Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ext ¶
type Ext struct {
// contains filtered or unexported fields
}
func (*Ext) CompileFoo ¶
func (ext *Ext) CompileFoo(g *buildbuild.GeneralDesc, srcdir, src, srcbase string)
type FooDesc ¶
type FooDesc struct {
buildbuild.GeneralDesc
}
func (*FooDesc) Finalize ¶
func (f *FooDesc) Finalize(ops *buildbuild.GlobalOps)
func (*FooDesc) NewFromTemplate ¶
func (ft *FooDesc) NewFromTemplate(bd, tname string, flavors []string) buildbuild.Descriptor
func (*FooDesc) Parse ¶
func (f *FooDesc) Parse(ops *buildbuild.GlobalOps, realsrcdir string, args map[string][]string) buildbuild.Descriptor
Click to show internal directories.
Click to hide internal directories.