Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppType ¶
type AppType int64
AppType defines the type of app to generate using this package. There are several types of apps that are defined slightly differently. The ideal state is one type of app no matter where the app exists, but that's not the current reality.
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator provides a structure for generating apps.
func NewGenerator ¶
NewGenerator creates an instantiated generator with the templates parsed.
func (*Generator) GenerateApp ¶
GenerateApp creates the base app starlark, go package, and updates the app list.
Click to show internal directories.
Click to hide internal directories.