Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + const EnvProduction + const EnvSandbox + func ConfigDir() (string, error) + func ConfigPath() (string, error) + func CredentialsPath() (string, error) + func Save(cfg File) error + func SaveCredentials(credentials CredentialsFile) error + type CredentialEntry struct + APIKey string + Environment string + Profile string + Source string + UpdatedAt string + type CredentialsFile struct + Profiles map[string]CredentialEntry + func DefaultCredentialsFile() CredentialsFile + func LoadCredentials() (CredentialsFile, error) + type File struct + DefaultProfile string + Profiles map[string]Profile + func DefaultConfig() File + func Load() (File, error) + type Profile struct + ConfigToken string + Environment string + KeychainAccount string + LastKnownEntity string + LastKnownRequestID string + Name string + StorageMode StorageMode + type StorageMode string + const StorageModeAuto + const StorageModeConfig + const StorageModeFile + const StorageModeKeychain + func NormalizeStorageMode(mode StorageMode) StorageMode