Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MissFieldMap = map[string]bool{ "ID_": true, "DeletedAt": true, }
MissFieldMap 忽略的fields
View Source
var StubDBName string
StubDBName stubDBName
Functions ¶
Types ¶
type Field ¶
type Field struct { CommentGorm string `json:"comment_gorm"` JsonName string `json:"json_name"` Name string `json:"name"` Type string `json:"type"` }
func ParseFields ¶
ParseFields go run . -f .\proto\src.go
Click to show internal directories.
Click to hide internal directories.