Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertificateValue ¶
type CertificateValue struct {
Key string `mapstructure:"key"`
}
type RedisCreds ¶
type VaultClient ¶
type VaultClient struct {
// contains filtered or unexported fields
}
func (*VaultClient) GetClient ¶
func (v *VaultClient) GetClient() *vault.Client
func (*VaultClient) GetPrivateCert ¶
func (v *VaultClient) GetPrivateCert(ctx context.Context) ([]byte, error)
func (*VaultClient) GetPublicCert ¶
func (v *VaultClient) GetPublicCert(ctx context.Context) ([]byte, error)
func (*VaultClient) GetRedisCreds ¶
func (v *VaultClient) GetRedisCreds(ctx context.Context) (*RedisCreds, error)
Click to show internal directories.
Click to hide internal directories.