Versions in this module Expand all Collapse all v0 v0.0.1 Sep 22, 2024 Changes in this version + type VerificationCode struct + Code string + VerificationCodeId int64 + func New(verificationCodeId int64, code string) *VerificationCode + func (v *VerificationCode) Check(another *VerificationCode) (bool, error) + func (v *VerificationCode) IsReady() error