package models type TProtoStruct struct { StructId string `xorm:"not null pk CHAR(18)"` StructName string `xorm:"not null LONGTEXT"` FileId string `xorm:"not null index CHAR(18)"` }