config

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package config is the public configuration surface for embedding Ultimate Game Engine. Implementations live in internal/config; this package re-exports types and constructors so external modules can bootstrap without importing internal/.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config = internalconfig.Config

Config is the server configuration interface.

func NewConfig

func NewConfig() Config

NewConfig returns a configuration initialized with defaults.

func Parse

func Parse(args []string) (Config, error)

Parse parses arguments, config files, and env overrides into a Config instance.

type ConsoleConfig

type ConsoleConfig = internalconfig.ConsoleConfig

Nested configuration structs returned by Config getters.

type DatabaseConfig

type DatabaseConfig = internalconfig.DatabaseConfig

Nested configuration structs returned by Config getters.

type IAPAppleConfig

type IAPAppleConfig = internalconfig.IAPAppleConfig

Nested configuration structs returned by Config getters.

type IAPConfig

type IAPConfig = internalconfig.IAPConfig

Nested configuration structs returned by Config getters.

type IAPFacebookConfig

type IAPFacebookConfig = internalconfig.IAPFacebookConfig

Nested configuration structs returned by Config getters.

type IAPGoogleConfig

type IAPGoogleConfig = internalconfig.IAPGoogleConfig

Nested configuration structs returned by Config getters.

type IAPHuaweiConfig

type IAPHuaweiConfig = internalconfig.IAPHuaweiConfig

Nested configuration structs returned by Config getters.

type IAPSamsungConfig

type IAPSamsungConfig = internalconfig.IAPSamsungConfig

Nested configuration structs returned by Config getters.

type MultiInstanceConfig

type MultiInstanceConfig = internalconfig.MultiInstanceConfig

Nested configuration structs returned by Config getters.

type RuntimeConfig

type RuntimeConfig = internalconfig.RuntimeConfig

Nested configuration structs returned by Config getters.

type SessionConfig

type SessionConfig = internalconfig.SessionConfig

Nested configuration structs returned by Config getters.

type SocketConfig

type SocketConfig = internalconfig.SocketConfig

Nested configuration structs returned by Config getters.

Jump to

Keyboard shortcuts

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