Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNonceHasAlreadyBeenUsed = errors.New("nonce has already been used")
Functions ¶
This section is empty.
Types ¶
type NonceStorage ¶
type NonceStorage struct {
Client *redis.Client
}
func NewNonceStorage ¶
func NewNonceStorage(client *redis.Client) NonceStorage
type SchemaStorage ¶
type SchemaStorage struct {
Client *redis.Client
}
func NewSchemaStorage ¶
func NewSchemaStorage(client *redis.Client) SchemaStorage
Click to show internal directories.
Click to hide internal directories.