Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IProxyResp ¶
type ProxyResp ¶
type ProxyResp struct { Success bool `json:"success"` Data interface{} `json:"data"` ErrMsg string `json:"err_msg"` }
func (*ProxyResp) GetSuccess ¶
type RestyRequester ¶
type RestyRequester struct {
// contains filtered or unexported fields
}
func NewRestyRequester ¶
func NewRestyRequester(url string) *RestyRequester
func (*RestyRequester) Post ¶
func (r *RestyRequester) Post(api string, req interface{}, respData interface{}) error
Click to show internal directories.
Click to hide internal directories.