Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2022 Changes in this version + var All = []CaseType + var ErrInvalid = errors.New("invalid enumeration type") + func ErrorV(v string) error + func Is(s string) bool + type CaseType string + const Camel + const Kebab + const Kebabupper + const Pascal + const Phrase + const Snake + const Snakeupper + const Unknown + func Parse(v string) (CaseType, error) + func (t *CaseType) UnmarshalJSON(data []byte) error + func (t *CaseType) UnmarshalYAML(unmarshal func(interface{}) error) error + func (t CaseType) MarshalJSON() ([]byte, error) + func (t CaseType) MarshalYAML() (interface{}, error) + func (t CaseType) String() string