Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2026 Changes in this version + const Host + type Client struct + func NewClient(cfg Config) *Client + func (c *Client) Search(ctx context.Context, query string, rows, start int) ([]Object, error) + func (c *Client) Stats(ctx context.Context) ([]UnitStat, error) + type Config struct + APIKey string + BaseURL string + Rate time.Duration + Retries int + Timeout time.Duration + UserAgent string + func DefaultConfig() Config + type Domain struct + func (Domain) Classify(input string) (string, string, error) + func (Domain) Info() kit.DomainInfo + func (Domain) Locate(t, id string) (string, error) + func (Domain) Register(app *kit.App) + type Object struct + Access string + DataSource string + ID string + RecordLink string + Title string + Type string + UnitCode string + type UnitStat struct + CC0 int + DataSource string + Total int + Unit string