Documentation ¶
Index ¶
- Constants
- func Get(bigKey string, smallKey string) (value string, result bool)
- func IsEqual(x, y float64) bool
- func PostFile(reqUrl string, reqParams map[string]string, files []UploadFile, ...) string
- func PostForm(reqUrl string, reqParams map[string]string, headers map[string]string) string
- func PostJson(reqUrl string, reqParams map[string]string, headers map[string]string) string
- func Set(bigKey string, smallKey string, value string, expire int)
- type UploadFile
Constants ¶
View Source
const MIN = 0.000001
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UploadFile ¶
Click to show internal directories.
Click to hide internal directories.