data

package
v0.1.2-0...-91d3b02 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Users = []model.User{
	{
		ID:        "1",
		FirstName: "sakib",
		LastName:  "alamin",
		FavouriteMovies: []model.Movie{
			{ID: "1", Title: "movie-1", Genre: "rom-com", Rating: 5},
			{ID: "2", Title: "movie-2", Genre: "action", Rating: 2},
		},
	},
	{
		ID:        "2",
		FirstName: "prangon",
		LastName:  "majumder",
		FavouriteMovies: []model.Movie{
			{ID: "3", Title: "movie-3", Genre: "horror", Rating: 3},
			{ID: "4", Title: "movie-4", Genre: "action", Rating: 4},
		},
	},
	{
		ID:        "3",
		FirstName: "mehedi",
		LastName:  "hasan",
		FavouriteMovies: []model.Movie{
			{ID: "5", Title: "movie-5", Genre: "comedy", Rating: 5},
			{ID: "6", Title: "movie-6", Genre: "sci-fi", Rating: 3},
		},
	},
	{
		ID:        "4",
		FirstName: "sahadat",
		LastName:  "hossain",
		FavouriteMovies: []model.Movie{
			{ID: "7", Title: "movie-7", Genre: "romantic", Rating: 3},
			{ID: "8", Title: "movie-8", Genre: "action", Rating: 2},
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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