Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2026 Changes in this version + const DefaultEndpoint + type Config struct + Endpoint string + Orgs []*OrgConfig + func LoadConfig(path string) (*Config, error) + func (config *Config) Org(name string) *OrgConfig + func (config *Config) OrgNames() []string + type Options struct + Config string + type OrgConfig struct + APIKey string + AppKey string + Endpoint string + Name string + Token string + func (org *OrgConfig) UseToken() bool + type Proxy struct + func NewProxy(config *Config, version string) *Proxy + func (proxy *Proxy) Run(ctx context.Context) error