Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedPlatform = errors.New("unsupported platform")
Functions ¶
This section is empty.
Types ¶
type SecretSyncer ¶
type VaultSyncer ¶
type VaultSyncer struct {
// contains filtered or unexported fields
}
func NewVaultSyncer ¶
func NewVaultSyncer(cfg *config.Config) (*VaultSyncer, error)
func (*VaultSyncer) CreateSecret ¶
func (s *VaultSyncer) CreateSecret(path, key, value string) error
func (*VaultSyncer) DeleteSecret ¶
func (s *VaultSyncer) DeleteSecret(path string, key string) error
func (*VaultSyncer) UpdateSecret ¶
func (s *VaultSyncer) UpdateSecret(path string, key string, value string) error
Click to show internal directories.
Click to hide internal directories.