Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶ added in v0.10.1
type Generator struct { App meta.App `json:"app"` Name inflect.Name `json:"name"` Model inflect.Name `json:"model"` SkipMigration bool `json:"skip_migration"` SkipModel bool `json:"skip_model"` SkipTemplates bool `json:"skip_templates"` UseModel bool `json:"use_model"` FilesPath string `json:"files_path"` ActionsPath string `json:"actions_path"` Props []Prop `json:"props"` Args []string `json:"args"` }
Generator for generating a new resource
Click to show internal directories.
Click to hide internal directories.