model

package
v0.0.0-...-68fb4b0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Movie

type Movie struct {
	Movie_id     int     `json:"movie_id"`
	Kinopoisk_id int     `json:"kinopoisk_id"`
	Year         int     `json:"year"`
	Name         string  `json:"name"`
	Genre        string  `json:"genre"`
	Rating_kp    float64 `json:"rating_kp"`
	Rating_imdb  float64 `json:"rating_imdb"`
	Rating_avg   float64 `json:"rating_avg"`
}

type Playlist

type Playlist struct {
}

type User

type User struct {
	Id       int    `json:"id"`
	Username string `json:"username"`
	Password string `json:"password"`
	Email    string `json:"email"`
}

Jump to

Keyboard shortcuts

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