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 RepositoryNamer ¶
type RepositoryNamer interface {
RepositoryName() string
}
RepositoryNamer is the interface used for the repositories to implement that defines it's name
Click to show internal directories.
Click to hide internal directories.