Versions in this module Expand all Collapse all v1 v1.9.1 Mar 9, 2022 Changes in this version + func DoWithContext(ctx context.Context, url, method string, requestData map[string]interface{}) (resp []byte, err error) + func NewRequestWithContext(ctx context.Context, method, url string, body io.Reader) (*http.Request, error) + type SCResp struct + Data map[string]interface{} + Reason string + Status int v1.5.0 Nov 23, 2021 v1.4.0 Oct 19, 2021 Changes in this version + func CloudRequest(url, method string, requestData map[string]interface{}) (resp []byte, err error) + func GetCloudReqHeader() http.Header + func RemoveSA(areaID uint64) + func RemoveSAUser(areaID uint64, userID int) + func UpdateAreaName(areaID uint64, name string)