scraper

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rom

type Rom struct {
	Name         string `json:"name"`
	Console      string `json:"console"`
	Language     string `json:"language"`
	Link         string `json:"link"`
	DownloadLink string `json:"downloadLink"`
	Version      string `json:"version"`
	ReleaseYear  int    `json:"releaseYear"`
}

func NewRom

func NewRom(name string, console string, language string, link string, downloadLink string) *Rom

NewRom factory constructor

func (*Rom) GetName

func (r *Rom) GetName() string

func (*Rom) GetReleaseYear

func (r *Rom) GetReleaseYear() int

func (*Rom) GetVersion

func (r *Rom) GetVersion() string

func (*Rom) SetReleaseYear

func (r *Rom) SetReleaseYear(releaseYear int)

func (*Rom) SetVersion

func (r *Rom) SetVersion(version string)

func (*Rom) Stringer

func (r *Rom) Stringer() string

Jump to

Keyboard shortcuts

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