Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheNonceStore ¶
type CacheNonceStore struct {
// contains filtered or unexported fields
}
CacheNonceStore is a nonce store that stores nonces in cache.
func NewCacheNonceStore ¶
func NewCacheNonceStore(c cache.Instance[bool]) *CacheNonceStore
NewCacheNonceStore creates a new nonce store that stores nonces in cache.
Click to show internal directories.
Click to hide internal directories.