Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTypeBool = "Bool" HTypeString = "String" HTypeStringArray = "StringArray" //字符串数组 HTypeNumber = "Number" HTypeNumberRange = "NumberRange" //数字边界,格式为[a,b],a、b只能是数字 HTypeNumberArray = "NumberArray" //数字数组 HTypeBytes = "Bytes" //二进制数据 HTypeBytesArray = "BytesArray" //二进制数据数组 HTypeDate = "Date" HTypeDateRange = "DateRange" //日期边界,格式为[a,b],a、b只能是日期字符串:格式为yyyy-mm-dd HTypeDateArray = "DateArray" HTypeDateTime = "Datetime" HTypeDateTimeRange = "DatetimeRange" //日期时间边界,格式为[a,b],a、b只能是日期时间字符串,格式为:yyy-mm-dd hh-MM-ss HTypeDateTimeArray = "DatetimeArray" HTypeObject = "Object" HTypeObjectArray = "ObjectArray" )
类型定义
Variables ¶
This section is empty.
Functions ¶
func GetKindName ¶
func ParseNumberRange ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.