config

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2025 License: MIT Imports: 0 Imported by: 0

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
)

type ParamType added in v0.0.4

type ParamType int
const (
	TypeString ParamType = iota
	TypeInt
	TypeFloat
	TypeBool
	TypeStringArr
	TypeIntArr
	TypeFloatArr
	TypeBoolArr
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL