Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteJson ¶
func ExecuteRpc ¶
Types ¶
type HttpMethod ¶
type HttpMethod string
const ( HttpMethodGet HttpMethod = "GET" HttpMethodPost HttpMethod = "POST" )
type HttpReq ¶
type HttpReq struct {
URL string `json:"url"`
Method HttpMethod `json:"method"`
Param interface{} `json:"param"`
}
Click to show internal directories.
Click to hide internal directories.