Documentation ¶
Index ¶
- type Client
- func (c *Client) Delete(url string, headers http.Header) (*http.Response, error)
- func (c *Client) Get(url string, headers http.Header) (*http.Response, error)
- func (c *Client) Post(url string, body io.Reader, headers http.Header) (*http.Response, error)
- func (c *Client) Put(url string, body io.Reader, headers http.Header) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Impl shared.ClientInterface
}
Client -
func NewClientWithCircuitBreaker ¶
func NewClientWithCircuitBreaker(opts ...circuitbreaker.Option) *Client
NewClientWithCircuitBreaker -
Click to show internal directories.
Click to hide internal directories.