Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemSecret ¶
type InMemSecret struct {
// contains filtered or unexported fields
}
func NewInMemSecret ¶
func NewInMemSecret() *InMemSecret
func (*InMemSecret) ListItems ¶
func (s *InMemSecret) ListItems(ctx context.Context) (*Items, error)
func (*InMemSecret) Reset ¶
func (s *InMemSecret) Reset()
type Item ¶
type Item struct {
// contains filtered or unexported fields
}
func (*Item) LastChange ¶
type KeyVaultSecret ¶
type KeyVaultSecret struct {
// contains filtered or unexported fields
}
func NewKeyVaultSecret ¶
func NewKeyVaultSecret(cfg config.Config, cred azcore.TokenCredential) (*KeyVaultSecret, error)
Click to show internal directories.
Click to hide internal directories.