entity

package
v0.0.0-...-955d332 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Game

type Game struct {
	Id          uuid.UUID
	Name        string
	DateOfExist int
	Company     string
	ReleaseYear int
}

func (*Game) GetCompany

func (game *Game) GetCompany() string

func (*Game) GetDateOfExist

func (game *Game) GetDateOfExist() int

func (*Game) GetIdString

func (game *Game) GetIdString() string

func (*Game) GetName

func (game *Game) GetName() string

func (*Game) GetReleaseYear

func (game *Game) GetReleaseYear() int

func (*Game) InsertGame

func (game *Game) InsertGame(name, company string, releaseYear int) *Game

func (*Game) SetCompany

func (game *Game) SetCompany(company string) *Game

func (*Game) SetDateOfExist

func (game *Game) SetDateOfExist(dateOfExist int) *Game

func (*Game) SetName

func (game *Game) SetName(Name string) *Game

func (*Game) SetReleaseYear

func (game *Game) SetReleaseYear(releaseYear int) *Game

Jump to

Keyboard shortcuts

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