runtimeconfig

package
v0.0.0-...-194cf1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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
	ShareFile              string
	ShareProfile           string
	CredentialsExpiresAt   time.Time
	CredentialsRetrievedAt time.Time
	CredentialSource       string
}

func (IdentityRuntimeConfig) Equal

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL