Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2021 Changes in this version + type TokenDetails struct + AccessToken string + AccessTokenUUID string + AtExpiresAt int64 + RefreshToken string + RefreshTokenUUID string + RtExpiresAt int64 + func (td *TokenDetails) CreateTokenDetails() + type User struct + CreatedAt time.Time + Email string + ID int + Password string + Role string + UpdatedAt sql.NullTime + UserStatus int + VerificationToken sql.NullString