Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeName ¶
func NormalizeType ¶
func ToSnakeCase ¶
Types ¶
type NameNormalizer ¶
type NameNormalizer struct {
Value string
}
func (*NameNormalizer) Normalize ¶
func (normalizer *NameNormalizer) Normalize() string
Normalize TODO: implement a more generic normalizer to be able to cover ALL cases. TODO: implement shorter naming for long variable names.
type TypeNormalizer ¶
type TypeNormalizer struct {
Value string
}
func (*TypeNormalizer) Normalize ¶
func (normalizer *TypeNormalizer) Normalize() string
Click to show internal directories.
Click to hide internal directories.