config

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 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"`
	ParameterName string   `toml:"parameter_name"`
	VRChat        struct {
		Port int `toml:"port"`
	} `toml:"vrchat"`
	Logger struct {
		Level any `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