Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreatedAtField ¶
type ExpiresAtField ¶
type ForPQ ¶
type ForPQ struct { CreatedAtField `bson:"inline"` Data genericData `bson:"data"` ExpiresAtField `bson:"inline"` TokenField `bson:"inline"` UseField `bson:"inline"` UsedAtField `bson:"inline"` }
type OneTimeToken ¶
type OneTimeToken string
type TokenField ¶
type TokenField struct {
Token OneTimeToken `bson:"token"`
}
type UsedAtField ¶
Click to show internal directories.
Click to hide internal directories.