config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 2 Imported by: 0

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"`
	VRChat        struct {
		Port int `toml:"port"`
	} `toml:"vrchat"`
	Logger struct {
		Level *int `toml:"level"`
	} `toml:"logger"`
}

func LoadFormFile

func LoadFormFile(path string) (*Config, error)

Jump to

Keyboard shortcuts

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