Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
ReadConfigFile(path string) (*config.Config, error)
ReadGlobalConfig(game handler.Game) (*config.Config, error)
GetProfileKeys(game handler.Game) ([]string, error)
ReadProfileConfig(game handler.Game, profileKey string) (*config.Config, error)
BuildBasePath(game handler.Game) (string, error)
}
Click to show internal directories.
Click to hide internal directories.