Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an HTTP client.
func (*Client) Send ¶
Send sends a request to the server.
We use this client instead of using gRPC as we don't know if an ingress controller in a customer's environment supports gRPC.
func (*Client) SendRequest ¶
SendRequest sends a request to the server and returns the response body.
Click to show internal directories.
Click to hide internal directories.