Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStoreMock ¶
type FileStoreMock struct {
Token string
}
type FileStoreProtocol ¶
type KeyVault ¶
type KeyVault struct{}
Azure Keyvault store implementation to fetch token from azure keyvault
type KeyVaultMock ¶
type KeyVaultMock struct {
Token string
}
type KeyvaultStoreProtocol ¶
type Stores ¶
type Stores struct { Files FileStoreProtocol Keyvault KeyvaultStoreProtocol }
Stores used to find DNS auth token
func (*Stores) GetFileStore ¶
func (s *Stores) GetFileStore() FileStoreProtocol
Access the file store
func (*Stores) GetKeyvaultStore ¶
func (s *Stores) GetKeyvaultStore() KeyvaultStoreProtocol
Access the keyvault store
Click to show internal directories.
Click to hide internal directories.