Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("rom not found")
ErrNotFound is returned when a game is not found.
View Source
var Source = "adb.arcadeitalia.net"
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { ID string `json:"game_name"` Genre string `json:"genre"` History string `json:"history"` CopyRightLong string `json:"history_copyright_long"` CopyRightShort string `json:"history_copyright_short"` Manufacturer string `json:"manufacturer"` Players int64 `json:"players"` Name string `json:"title"` Cabinet string `json:"url_image_cabinet"` Snap string `json:"url_image_ingame"` Marquee string `json:"url_image_marquee"` Title string `json:"url_image_title"` Flyer string `json:"url_image_flyer"` Year string `json:"year"` CloneOf string `json:"cloneof"` Video string `json:"url_video_shortplay"` Rating int64 `json:"rate"` }
Click to show internal directories.
Click to hide internal directories.