Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateParamCount ¶
func ValidateParamCount(task Task, taskProperties TaskProperties)
Types ¶
type GenerationFunction ¶
type Task ¶
type Task interface {
GenerationFunction(taskProperties TaskProperties) GenerationFunction
ExpectedParameterCount() int
Name() string
}
type TaskProperties ¶ added in v0.1.0
func CreateTaskProperties ¶
func CreateTaskProperties(fieldName string, tags reflect.StructTag) (*TaskProperties, error)
Click to show internal directories.
Click to hide internal directories.