Documentation ¶
Index ¶
- Constants
- func BelongToFirstElement(name, prefix string) bool
- func IsEnum(text string) bool
- func IsKeyedList(text string) bool
- func IsList(text string) bool
- func IsMap(text string) bool
- func IsScalarType(t string) bool
- func IsStruct(text string) bool
- func MatchBoringInteger(text string) []string
- func MatchEnum(text string) []string
- func MatchKeyedList(text string) []string
- func MatchList(text string) []string
- func MatchMap(text string) []string
- func MatchProp(text string) []string
- func MatchStruct(text string) []string
- func ParseProp(text string) *tableaupb.FieldProp
- type Kind
Constants ¶
View Source
const PubTypeGroup = typeGroup
Variables ¶
This section is empty.
Functions ¶
func BelongToFirstElement ¶ added in v0.9.15
BelongToFirstElement returns true if the name has specified `prefix+"1"` and the next character is not digit.
func IsKeyedList ¶ added in v0.9.15
func IsScalarType ¶
func MatchBoringInteger ¶
func MatchKeyedList ¶
func MatchStruct ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.