Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App embed.FS
View Source
var FailSound []byte
FailSound PaulMorek (https://freesound.org/people/PaulMorek/sounds/330046/) Licence: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
View Source
var SuccessSound []byte
SuccessSound Breviceps (https://freesound.org/people/Breviceps/sounds/445978/) Licence: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
View Source
var Systems embed.FS
Functions ¶
This section is empty.
Types ¶
type SystemMetadata ¶
type SystemMetadata struct {
ID string `json:"id"`
Name string `json:"name"`
Category string `json:"category"`
ReleaseDate string `json:"releaseDate"`
Manufacturer string `json:"manufacturer"`
}
func GetSystemMetadata ¶
func GetSystemMetadata(system string) (SystemMetadata, error)
Click to show internal directories.
Click to hide internal directories.