package
0.6.0
Repository: https://github.com/cellery-io/sdk.git
Documentation: pkg.go.dev

# Functions

FromBrowser requests the credentials from the user.
FromTerminal is to allow this login flow to work in headless mode.
NewCelleryCredReader returns a CelleryCredReader instance.
NewCredManager creates a new credentials manager instance.
NewFileCredentialsManager creates a new File based Credentials Manager.
NewKeyringCredManager creates a new native keyring based credentials manager.

# Structs

No description provided by the author
FileCredentialsManager manages the credentials in credentials file.
KeyringCredManager holds the core of the KeyringCredManager which can be used to store the registry credentials in the native keyring.
RegistryCredentials holds the credentials of a registry.

# Interfaces

CredManager interface which defines the behaviour of all the credential managers.
No description provided by the author