Versions in this module Expand all Collapse all v0 v0.2.0 Oct 3, 2025 Changes in this version + var ErrNoAuthType = errors.New("could not determine AuthType") + func ComposingConfigProvider(providers ...common.ConfigurationProvider) common.ConfigurationProvider + func LazyConfigProvider(providerFunc func() (common.ConfigurationProvider, error)) common.ConfigurationProvider v0.1.0 Sep 25, 2025 Changes in this version + const ApiKeyType + const EnvAuth + const EnvConfigFile + const EnvFingerprint + const EnvKeyContent + const EnvKeyFile + const EnvPassphrase + const EnvProfile + const EnvRegion + const EnvSecurityTokenFile + const EnvTenancy + const EnvUser + const SecurityTokenType + var ErrNoKeyId = errors.New("could not determine KeyID") + func DefaultConfigProvider() common.ConfigurationProvider + func OciCliEnvironmentConfigurationProvider() common.ConfigurationProvider + type EnvError struct + EnvVar string + func (e EnvError) Error() string