Documentation ¶ Index ¶ type Token Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Token ¶ type Token struct { Email string `bson:"email"` // Email is the user's email address. Token string `bson:"token"` // Token is the authentication token. CreatedAt time.Time `bson:"createdAt"` // CreatedAt is the timestamp when the token was created. } Source Files ¶ View all Source files token.go Click to show internal directories. Click to hide internal directories.