types

package
v1.0.44 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFile

type ConfigFile struct {
	ServerBaseUrl                  string          `yaml:"server_base_url"`
	ServerPort                     string          `yaml:"server_port"`
	ServerAPIKey                   string          `yaml:"server_api_key"`
	ServerCookieName               string          `yaml:"server_cookie_name"`
	ServerCookieSecret             string          `yaml:"server_cookie_secret"`
	ServerCookieAdminSecretMessage string          `yaml:"server_cookie_admin_secret_message"`
	ServerCookieSecretMessage      string          `yaml:"server_cookie_secret_message"`
	ServerLoginURLPrefix           string          `yaml:"server_login_url_prefix"`
	AdminUsername                  string          `yaml:"admin_username"`
	AdminPassword                  string          `yaml:"admin_password"`
	TimeZone                       string          `yaml:"time_zone"`
	BoltDBPath                     string          `yaml:"bolt_db_path"`
	BoltDBEncryptionKey            string          `yaml:"bolt_db_encryption_key"`
	StreamDeckUI                   ui.StreamDeckUI `yaml:"stream_deck_ui"`
}

Jump to

Keyboard shortcuts

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