1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 09:13:27 +00:00
bee/internal/app/module/beegopro/schema_render.go

12 lines
204 B
Go
Raw Normal View History

2020-07-05 06:54:26 +00:00
package beegopro
type RenderInfo struct {
Module string
ModelName string
Option UserOption
Content ModelInfos
Descriptor Descriptor
TmplPath string
GenerateTime string
}