Versions in this module Expand all Collapse all v1 v1.1.0 Feb 21, 2026 Changes in this version + var ErrSecretSourceVaultInvalidLocation = fmt.Errorf("invalid Vault secret location format") + func WithVault(vaultClient *api.Client) spelunk.SpelunkerOption + type SecretSourceVault struct + func (s *SecretSourceVault) DigUp(ctx context.Context, coord types.SecretCoord) (string, error) + func (s *SecretSourceVault) Type() string