Files
Foundry-Scrapping-API/internal/foundry/temp_models/db/options.go

31 lines
500 B
Go

package db
type GameOptions struct {
ID uint
Language string
UpdateChannel string
Port int
}
type SetupOptions struct {
ID uint
CompressSocket bool
CompressStatic bool
CSSTheme string
DataPath string
Fullscreen bool
Hostname string
HotReload bool
Language string
LocalHostname string
Port int
ProxySSL bool
Telemetry bool
UpdateChannel string
Upnp bool
DeleteNEDB bool
NoBackups bool
}