user

package
v1.0.19 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repo

type Repo struct {
	// contains filtered or unexported fields
}

func NewRepo

func NewRepo(ctx context.Context, db *mongo.Database) (*Repo, error)

func (*Repo) Create

func (r *Repo) Create(c context.Context, tgUserID, tgChatID int64) (User, error)

func (*Repo) GetByID

func (r *Repo) GetByID(c context.Context, id primitive.ObjectID) (User, error)

type User

type User struct {
	ID       primitive.ObjectID `bson:"_id,omitempty"`
	TgUserID int64              `bson:"tui,omitempty"`
	TgChatID int64              `bson:"tci,omitempty"`
}

Jump to

Keyboard shortcuts

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