movie

package
v0.0.0-...-8516d9b Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MovieHistory

type MovieHistory struct {
	UserID  string `bson:"user_id" json:"user_id"`
	MovieID string `bson:"movie_id" json:"movie_id"`
}

type MovieRepository

type MovieRepository struct {
	Database *mongo.Database
	CTX      context.Context
}

func (*MovieRepository) InsertHistory

func (movie *MovieRepository) InsertHistory(userID string, movieID string) error

Jump to

Keyboard shortcuts

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