Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameNormalizer ¶
type NameNormalizer struct {
// contains filtered or unexported fields
}
func NewNameNormalizer ¶
func NewNameNormalizer(options *opts.Options) *NameNormalizer
func (*NameNormalizer) NormalizeCompositeTypeName ¶
func (n *NameNormalizer) NormalizeCompositeTypeName(schema, tableName string) string
func (*NameNormalizer) NormalizeGoType ¶
func (n *NameNormalizer) NormalizeGoType(name string) string
func (*NameNormalizer) NormalizeSqlName ¶
func (n *NameNormalizer) NormalizeSqlName(schema, tableName string) string
Click to show internal directories.
Click to hide internal directories.