links

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FlagsSetters = []func(*pflag.FlagSet){}
View Source
var GameFactory = map[string]func(string) any{}
View Source
var GameList = []GameInfo{}
View Source
var ScanIters = []func(*pflag.FlagSet, context.Context){}

Functions

This section is empty.

Types

type GameAlias added in v0.2.0

type GameAlias struct {
	ID   string `json:"id" yaml:"id" xml:"id"`
	Name string `json:"name" yaml:"name" xml:"name"`
}

type GameInfo added in v0.2.0

type GameInfo struct {
	Aliases  []GameAlias `json:"aliases" yaml:"aliases" xml:"aliases"`
	Provider string      `json:"provider" yaml:"provider" xml:"provider"`
	ScrnX    int         `json:"scrnx" yaml:"scrnx" xml:"scrnx"`
	ScrnY    int         `json:"scrny" yaml:"scrny" xml:"scrny"`
	RtpList  []string    `json:"rtplist" yaml:"rtplist" xml:"rtplist"`
}

Jump to

Keyboard shortcuts

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