Documentation
¶
Index ¶
- type T批量编码器
- type T编码器
- type T表结构
- type T配置项
- func (opt *T配置项) Options() *gormmom.Options
- func (opt *T配置项) With列名命名策略(pattern gormmomname.ColumnNamePattern, naming gormmomname.Naming) *T配置项
- func (opt *T配置项) With列名模式字段(columnNamePatternFieldName string) *T配置项
- func (opt *T配置项) With命名总标签名(namingTagName string) *T配置项
- func (opt *T配置项) With索引命名策略(pattern gormidxname.IndexNamePattern, naming gormidxname.Naming) *T配置项
- func (opt *T配置项) With跳过基本命名(skipBasicNaming bool) *T配置项
- func (opt *T配置项) With重命名索引名(renewIndexName bool) *T配置项
- func (opt *T配置项) With默认列名模式(pattern gormmomname.ColumnNamePattern) *T配置项
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T批量编码器 ¶
type T批量编码器 struct {
// contains filtered or unexported fields
}
func (*T批量编码器) ConfigBatch ¶
func (c *T批量编码器) ConfigBatch() *gormmom.ConfigBatch
type T表结构 ¶
type T表结构 struct {
// contains filtered or unexported fields
}
func (*T表结构) SchemaCache ¶
func (a *T表结构) SchemaCache() *gormmom.SchemaCache
type T配置项 ¶
type T配置项 struct {
// contains filtered or unexported fields
}
func (*T配置项) With列名命名策略 ¶
func (opt *T配置项) With列名命名策略(pattern gormmomname.ColumnNamePattern, naming gormmomname.Naming) *T配置项
func (*T配置项) With列名模式字段 ¶
func (*T配置项) With命名总标签名 ¶
func (*T配置项) With索引命名策略 ¶
func (opt *T配置项) With索引命名策略(pattern gormidxname.IndexNamePattern, naming gormidxname.Naming) *T配置项
func (*T配置项) With跳过基本命名 ¶
func (*T配置项) With重命名索引名 ¶
func (*T配置项) With默认列名模式 ¶
func (opt *T配置项) With默认列名模式(pattern gormmomname.ColumnNamePattern) *T配置项
Click to show internal directories.
Click to hide internal directories.