package
0.10.0
Repository: https://github.com/abhinav/git-spice.git
Documentation: pkg.go.dev

# Packages

Package secrettest provides a cross-process testable secret.Stash.

# Variables

ErrKeyringUnsupported indicates that secure storage via the system keychain is not supported on the current platform.
ErrNotFound is returned when a secret is not found.

# Structs

FallbackStash is a secret stash that falls back to a secondary stash if the primary stash fails.
InsecureStash is a secrets stash that stores secrets in plain text.
Keyring is a secure secret store that uses the system's keychain if available.
MemoryStash is an in-memory secret store for testing.

# Interfaces

Stash stores and retrieves secrets.