Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TODO: just make this a string GenInt generator.TaskName = "GenInt" )
View Source
const ( // TODO: just make this a string GenInt32 generator.TaskName = "GenInt32" )
Variables ¶
This section is empty.
Functions ¶
func RegisterDolusTasks ¶
func RegisterDolusTasks()
func RegisterTask ¶
Types ¶
type GenInt32Task ¶
type GenInt32Task struct{}
func (*GenInt32Task) ExpectedParameterCount ¶
func (g *GenInt32Task) ExpectedParameterCount() int
func (*GenInt32Task) GenerationFunction ¶
func (g *GenInt32Task) GenerationFunction( taskProperties generator.TaskProperties, ) generator.GenerationFunction
GenerationFunction implements Task.
type GenIntTask ¶
type GenIntTask struct{}
func (*GenIntTask) ExpectedParameterCount ¶
func (g *GenIntTask) ExpectedParameterCount() int
func (*GenIntTask) GenerationFunction ¶
func (g *GenIntTask) GenerationFunction( taskProperties generator.TaskProperties, ) generator.GenerationFunction
GenerationFunction implements Task.
Click to show internal directories.
Click to hide internal directories.