Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultClient ¶
type VaultClient interface {
Get(token string, engineName string, secretName string) map[string]any
}
func New ¶
func New(options *VaultClientOptions, logger logger.Logger) VaultClient
type VaultClientOptions ¶
type VaultClientService ¶
type VaultClientService struct {
// contains filtered or unexported fields
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.