Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = []CaseType{ Camel, Kebab, Kebabupper, Pascal, Phrase, Snake, Snakeupper, Unknown, } )
View Source
var ErrInvalid = errors.New("invalid enumeration type")
Functions ¶
Types ¶
type CaseType ¶
type CaseType string
func (CaseType) MarshalJSON ¶
func (CaseType) MarshalYAML ¶
func (*CaseType) UnmarshalJSON ¶
func (*CaseType) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.