user

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2023 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 User

type User struct {
	ID        primitive.ObjectID `bson:"_id,omitempty"`
	VkID      uint32             `bson:"v,omitempty"`
	YandexID  string             `bson:"y,omitempty"`
	Token     string             `bson:"t,omitempty"`
	FirstName string             `bson:"f,omitempty"`
	LastName  string             `bson:"l,omitempty"`
	Email     string             `bson:"e,omitempty"`
	Photo     string             `bson:"p,omitempty"`
	PhotoRec  string             `bson:"pr,omitempty"`
	BanReview bool               `bson:"br,omitempty"`
}

Jump to

Keyboard shortcuts

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