package
Version:
v0.2.21
Opens a new window with list of versions in this module.
Published: Jun 7, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrDisabled = errors.New("email activation resend disabled")
ErrAlreadyVerified = errors.New("email activation already verified")
ErrCooldown = errors.New("email activation resend cooldown")
ErrDailyLimit = errors.New("email activation resend daily limit")
)
type ResendResult struct {
RemainingToday int
RetryAfterSeconds int64
DailyLimit int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.