configs

package
v1.10.23-lts Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogConfig

type LogConfig struct {
	Level     string `mapstructure:"level"`
	TimeZone  string `mapstructure:"timeZone"`
	LogName   string `mapstructure:"log_name"`
	LogSuffix string `mapstructure:"log_suffix"`
	MaxBackup int    `mapstructure:"max_backup"`
}

type ServerConfig

type ServerConfig struct {
	System    System    `mapstructure:"system"`
	LogConfig LogConfig `mapstructure:"log"`
}

type System

type System struct {
	Port               string `mapstructure:"port"`
	Ipv6               string `mapstructure:"ipv6"`
	BindAddress        string `mapstructure:"bindAddress"`
	SSL                string `mapstructure:"ssl"`
	DbFile             string `mapstructure:"db_file"`
	DbPath             string `mapstructure:"db_path"`
	LogPath            string `mapstructure:"log_path"`
	DataDir            string `mapstructure:"data_dir"`
	TmpDir             string `mapstructure:"tmp_dir"`
	Cache              string `mapstructure:"cache"`
	Backup             string `mapstructure:"backup"`
	EncryptKey         string `mapstructure:"encrypt_key"`
	BaseDir            string `mapstructure:"base_dir"`
	Mode               string `mapstructure:"mode"`
	RepoUrl            string `mapstructure:"repo_url"`
	Version            string `mapstructure:"version"`
	Username           string `mapstructure:"username"`
	Password           string `mapstructure:"password"`
	Entrance           string `mapstructure:"entrance"`
	Language           string `mapstructure:"language"`
	IsDemo             bool   `mapstructure:"is_demo"`
	IsIntl             bool   `mapstructure:"is_intl"`
	AppRepo            string `mapstructure:"app_repo"`
	ChangeUserInfo     string `mapstructure:"change_user_info"`
	OneDriveID         string `mapstructure:"one_drive_id"`
	OneDriveSc         string `mapstructure:"one_drive_sc"`
	ApiInterfaceStatus string `mapstructure:"api_interface_status"`
	ApiKey             string `mapstructure:"api_key"`
	IpWhiteList        string `mapstructure:"ip_white_list"`
	ApiKeyValidityTime string `mapstructure:"api_key_validity_time"`
}

Jump to

Keyboard shortcuts

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