Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseFormat ¶
type CaseFormat interface {
ToLowerHyphen() string
ToLowerUnderscore() string
ToLowerCamel() string
ToUpperHyphen() string
ToUpperUnderscore() string
ToUpperCamel() string
}
func FromLowerCamel ¶
func FromLowerCamel(s string) CaseFormat
func FromLowerHyphen ¶
func FromLowerHyphen(s string) CaseFormat
func FromLowerUnderscore ¶
func FromLowerUnderscore(s string) CaseFormat
func FromUpperCamel ¶
func FromUpperCamel(s string) CaseFormat
func FromUpperHyphen ¶
func FromUpperHyphen(s string) CaseFormat
func FromUpperUnderscore ¶
func FromUpperUnderscore(s string) CaseFormat
Click to show internal directories.
Click to hide internal directories.