package
Version:
v0.6.56
Opens a new window with list of versions in this module.
Published: Jun 13, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
SessionCookie string `toml:"session_cookie,omitempty"`
AccessToken string `toml:"access_token,omitempty"`
RefreshToken string `toml:"refresh_token,omitempty"`
ExpiresAt time.Time `toml:"expires_at,omitempty"`
UserEmail string `toml:"user_email,omitempty"`
}
type Config struct {
BaseURL string `toml:"base_url"`
ActiveCluster string `toml:"active_cluster,omitempty"`
ActiveClusterID string `toml:"active_cluster_id,omitempty"`
Auth Auth `toml:"auth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.