Documentation ¶
Index ¶
- Variables
- func ConvertNameCase(opt meta.NameCase, name string) string
- func SplitGoTags(input string) []string
- func SplitPrefix(t string) (pkg, name string)
- func SplitSubfix(t string) (typ, val string)
- func SplitSubfix2(t string) (typ, val string)
- func SplitTagOptions(tag string) (ret []string, err error)
- func ToLowerCamelCase(name string) string
- func ToSnakeCase(name string) string
- func ToUpperCamelCase(name string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var SonicUseInt64 = sonic.Config{ UseInt64: true, }.Froze()
Functions ¶
func SplitGoTags ¶
func SplitPrefix ¶
func SplitSubfix ¶
func SplitSubfix2 ¶
func SplitTagOptions ¶
func ToSnakeCase ¶
ToSnakeCase converts a camelCase string to snake_case.
func ToUpperCamelCase ¶
ToCamelCase converts a snake_case string to camelCase.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.