Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestClient ¶
type RequestClient interface { Get(v interface{}, url string, params requestOptions, headers requestOptions) error Post(v interface{}, url string, body interface{}, headers requestOptions) error PostForm(v interface{}, url string, body, headers requestOptions) error }
func NewRestyClient ¶
func NewRestyClient() RequestClient
Click to show internal directories.
Click to hide internal directories.