Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseRequest ¶
type BaseRequest struct {
Endpoint string
}
func (BaseRequest) GetEndpoint ¶
func (r BaseRequest) GetEndpoint() string
func (BaseRequest) GetFileFieldName ¶
func (r BaseRequest) GetFileFieldName() string
type BaseResponse ¶
type BaseResponse struct { Result int `json:"result,omitempty"` ErrMsg string `json:"error_msg,omitempty"` }
func (BaseResponse) Error ¶
func (r BaseResponse) Error() string
func (BaseResponse) IsError ¶
func (r BaseResponse) IsError() bool
type FormRequest ¶
type GetRequest ¶
type PostRequest ¶
type UploadDataRequest ¶
Click to show internal directories.
Click to hide internal directories.