Documentation ¶
Index ¶
- func ApiKeyGet(mapParams map[string]string, strRequestPath string) string
- func ApiKeyPost(mapParams map[string]string, path string, urlValues url.Values) string
- func ComputeHmac256(strMessage string, strSecret string) string
- func HttpGetRequest(strUrl string) string
- func HttpPostRequest(strUrl string, mapParams map[string]string) string
- func Map2UrlQueryBySort(mapParams map[string]string) string
- func Sign(mapParams map[string]string, method, hostname, path, secretKey string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiKeyPost ¶
func ComputeHmac256 ¶
ComputeHmac256 compute HMAC SHA256
func HttpGetRequest ¶
func Map2UrlQueryBySort ¶
Map2UrlQueryBySort format map params to a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.