Documentation
¶
Overview ¶
Package namer defines the naming convention functions used to define registered model collection name and it's fields.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamingCamel ¶
NamingCamel is a Namer function that converts the 'TestingModelName' into the 'TestingModelName' format.
func NamingKebab ¶
NamingKebab is a Namer function that converts the 'TestingModelName' into the 'testing-model-name' format.
func NamingLowerCamel ¶
NamingLowerCamel is a Namer function that converts the 'TestingModelName' into the 'testingModelName' format.
func NamingSnake ¶
NamingSnake is a Namer function that converts the 'TestingModelName' into the 'testing_model_name' format.
Types ¶
Click to show internal directories.
Click to hide internal directories.