package
0.0.0-20180502131224-d62ea787779f
Repository: https://github.com/tng/gpg-validation-server.git
Documentation: pkg.go.dev

# Functions

NewFileStore returns a GetSetDeleter that stores values in a /requests subdirectory.
NewMemoryStore returns a GetSetDeleter that only stores values in memory.
NewNoneStore returns a GetSetDeleter that does not store anything.
NewStore returns a net GetSetDeleter that is backed by the specified storage.

# Variables

StorageTypes contains all implemented storage types.

# Structs

RequestInfo contains information on a signing request.

# Interfaces

GetSetDeleter provides a persistent map from []byte nonces to openpgp.Entities.