Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `toml:"address"` WidgetID string `toml:"widget_id"` EnableAvatars []string `toml:"enable_avatars"` ParameterName string `toml:"parameter_name"` VRChat struct { Port int `toml:"port"` } `toml:"vrchat"` Logger struct { Level any `toml:"level"` } `toml:"logger"` }
func LoadFormFile ¶
Click to show internal directories.
Click to hide internal directories.