Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpReqFunc ¶
type HttpReqFunc struct{}
func (*HttpReqFunc) GetJson ¶
func (h *HttpReqFunc) GetJson(url string, params string) map[string]interface{}
func (*HttpReqFunc) Post ¶
func (h *HttpReqFunc) Post(url string, params interface{}) string
func (*HttpReqFunc) PostJson ¶
func (h *HttpReqFunc) PostJson(url string, params interface{}) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.