Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nonce ¶
type Nonce struct {
// contains filtered or unexported fields
}
Nonce tracks seen nonces in memory.
It is not recommended to use this in production because this will not persist across restarts.
func NewNonceStorage ¶
func NewNonceStorage() *Nonce
Click to show internal directories.
Click to hide internal directories.