Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { BasicAuthentication(token string) string BearerAuthentication(token string) string NewHeaders(h map[string]string) map[string]string Get(url string, headers, queryParams map[string]string, i interface{}, breakerName string) (*resty.Response, error) Post(url string, headers, pathParams map[string]string, body interface{}, i interface{}, breakerName string) (*resty.Response, error) Put(url string, headers, pathParams map[string]string, body interface{}, i interface{}, breakerName string) (*resty.Response, error) Patch(url string, headers, pathParams map[string]string, body interface{}, i interface{}, breakerName string) (*resty.Response, error) Delete(url string, headers, pathParams map[string]string, body interface{}, i interface{}, breakerName string) (*resty.Response, error) }
Client client interface
Click to show internal directories.
Click to hide internal directories.