Versions in this module Expand all Collapse all v0 v0.0.1 Nov 15, 2023 Changes in this version + func Gen(config gen_server.GenBehaviorConfig) error + func QuoteChar() interface + type Collection struct + CollName string + CommentArr []string + Derive string + FieldArr []*Field + FieldDict map[string]*Field + HasCreateTimeField bool + HasLogTimeField bool + IndexArr []*Index + IndexDict map[string]*Index + MongoDaoStructName string + StructName string + func (coll *Collection) IsDeriveUser() bool + func (coll *Collection) IsDeriveUserArr() bool + type Database struct + CollectionArr []*Collection + DaoInterfaceName string + DbName string + DbStructName string + Driver string + GenXmlDir string + GenXmlFilePath string + Module string + MongoDaoStructName string + SrcGenBinDir string + SrcGenBinFilePath string + SrcGenModelDir string + SrcGenModelFilePath string + type Field struct + CamelName string + Coll *Collection + CommentArr []string + Default interface{} + GoTypeName string + Name string + Tag int + Type field_type + TypeName string + func (f *Field) IsComparable() bool + type Index struct + FullName string + KeyArr []*Key + KeyDict map[string]*Key + Name string + Tag int + type Key struct + Key string + Value interface{} + type Parser interface