Versions in this module Expand all Collapse all v0 v0.1.0 Aug 16, 2026 Changes in this version + const DefaultEndpoint + const DefaultUserAgent + const UserAgentEnv + type Client struct + func New(httpClient *http.Client, opts ...Option) *Client + func (c *Client) Query(ctx context.Context, query string) (Result, error) + type Option func(*Client) + func WithEndpoint(endpoint string) Option + func WithUserAgent(userAgent string) Option + type Result struct + Rows []map[string]Value + Vars []string + type Value struct + DataType string + Type string + Value string