mirror of
https://github.com/beego/bee.git
synced 2024-11-01 10:10:55 +00:00
12 lines
204 B
Go
12 lines
204 B
Go
|
package beegopro
|
||
|
|
||
|
type RenderInfo struct {
|
||
|
Module string
|
||
|
ModelName string
|
||
|
Option UserOption
|
||
|
Content ModelInfos
|
||
|
Descriptor Descriptor
|
||
|
TmplPath string
|
||
|
GenerateTime string
|
||
|
}
|