Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App embed.FS
View Source
var FailSound []byte
FailSound by Tim Wilsie (timwilsie.com).
View Source
var LimitSound []byte
LimitSound by Tim Wilsie (timwilsie.com).
View Source
var PendingSound []byte
PendingSound by Tim Wilsie (timwilsie.com).
View Source
var ReadySound []byte
ReadySound by Tim Wilsie (timwilsie.com).
View Source
var SuccessSound []byte
SuccessSound by Tim Wilsie (timwilsie.com).
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.