Versions in this module Expand all Collapse all v1 v1.3.0 Mar 16, 2026 Changes in this version + var ErrSecretNotXML = fmt.Errorf("secret is not a valid XML") + var ErrXPathFailed = fmt.Errorf("failed to apply XPath") + var ErrXPathMatchingFailed = fmt.Errorf("failed to match XPath") + func WithXPath() spelunk.SpelunkerOption + type SecretModifierXPath struct + func (s *SecretModifierXPath) Modify(_ context.Context, secretValue string, mod string) (string, error) + func (s *SecretModifierXPath) Type() string