Documentation
¶
Overview ¶
generate package provides the base of the generate command which allows to run generators for tools.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterGenerator ¶
type AfterGenerator interface { // AfterGenerate receives the context and other params so it can determine if should // run or not. core.Plugin AfterGenerate(context.Context, string, []string) error }
After generator is something that runs after generators are executed.
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (Command) ParentName ¶
Click to show internal directories.
Click to hide internal directories.