Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ParamTypeMap = map[ParamType]string{ TypeString: "字符串", TypeInt: "整数", TypeFloat: "浮点数", TypeBool: "布尔值", TypeStringArr: "字符串数组", TypeIntArr: "整数数组", TypeFloatArr: "浮点数数组", TypeBoolArr: "布尔值数组", }
添加字段中文解释
Functions ¶
This section is empty.
Types ¶
type BodyChoose ¶ added in v0.0.4
type BodyChoose int
const ( BodyForm BodyChoose = iota BodyJson BodyString )
Click to show internal directories.
Click to hide internal directories.