package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 30, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `toml:"address"`
WidgetID string `toml:"widget_id"`
EnableAvatars []string `toml:"enable_avatars"`
VRChat struct {
Port int `toml:"port"`
} `toml:"vrchat"`
Logger struct {
Level *int `toml:"level"`
} `toml:"logger"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.