Documentation
¶
Overview ¶
Package multiformatname provides names automatically converted into multiple naming convention
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Name ¶
type Name struct {
Original string
LowerCamel string
UpperCamel string
PascalCase string
LowerCase string
UpperCase string
Kebab string
Snake string
}
Name represents a name with multiple naming convention representations. Supported naming convention are: camel, pascal, and kebab cases.
func MustNewName ¶ added in v29.3.0
MustNewName returns a new multi-format name from a name.
Click to show internal directories.
Click to hide internal directories.