Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IIdentityRuntimeConfigClient ¶
type IIdentityRuntimeConfigClient interface { ConfigExists() (bool, error) GetConfig() (IdentityRuntimeConfig, error) GetConfigWithRetry() (IdentityRuntimeConfig, error) SaveConfig(IdentityRuntimeConfig) error }
func NewIdentityRuntimeConfigClient ¶
func NewIdentityRuntimeConfigClient() IIdentityRuntimeConfigClient
type IdentityRuntimeConfig ¶
type IdentityRuntimeConfig struct { SchemaVersion string InstanceId string IdentityType string CredentialsExpiresAt time.Time CredentialsRetrievedAt time.Time CredentialSource string }
func (IdentityRuntimeConfig) Equal ¶
func (i IdentityRuntimeConfig) Equal(config IdentityRuntimeConfig) bool
Click to show internal directories.
Click to hide internal directories.