Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamingCamel ¶
NamingCamel is a Namer function it convert the name into the 'CamelCaseModel'
func NamingKebab ¶
NamingKebab is a Namer function it convert the name into the 'kebab-case-model'
func NamingLowerCamel ¶
NamingLowerCamel is a Namer function it convert the name into the 'camelCaseModel'
func NamingSnake ¶
NamingSnake is a Namer function it convert the name into the 'snake_case_model'
Types ¶
type DialectFieldNamer ¶
type DialectFieldNamer func(*mapping.StructField) string
DialectFieldNamer is the namer function
Click to show internal directories.
Click to hide internal directories.