Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { App meta.App `json:"app"` Name string `json:"name"` Model string `json:"model"` SkipMigration bool `json:"skip_migration"` SkipModel bool `json:"skip_model"` SkipTemplates bool `json:"skip_templates"` Attrs attrs.Attrs `json:"props"` }
Options for generating a new resource
Click to show internal directories.
Click to hide internal directories.