//
pkg.gl
Category
github.com/Luzifer/ots
pkg
storage
package
1.13.0
Repository:
https://github.com/luzifer/ots.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
13 SLOC
#
Packages
memory
Package memory implements a pure in-memory store for secrets which is suitable for testing and should not be used for productive use.
redis
Package redis implements a Redis backed storage for secrets.
#
Variables
ErrSecretNotFound
ErrSecretNotFound is a generic error to be returned when a secret does not exist in the backend.
#
Interfaces
Storage
No description provided by the author