Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppT ¶
type AppT struct { Name string `cli:"*name" usage:"Application name"` Module string `cli:"module" usage:"Go module, defaults to --name"` }
AppT struct.
type ComponentT ¶
type ComponentT struct {
Name string `cli:"*name" usage:"Component name"`
}
ComponentT struct.
Click to show internal directories.
Click to hide internal directories.