Documentation
¶
Overview ¶
Package client is an HTTP client for the Queryer.
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 that operates on the Controller endpoints exposed by the main Controller service.
func (*Client) Health ¶
Health returns true if the client address returns status OK at its /health endpoint.
func (*Client) QuerySQL ¶
func (c *Client) QuerySQL(ctx context.Context, qdbid dax.QualifiedDatabaseID, sql io.Reader) (*featurebase.WireQueryResponse, error)
Click to show internal directories.
Click to hide internal directories.