mongo

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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.
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL