package
Version:
v0.0.0-...-536543f
Opens a new window with list of versions in this module.
Published: Feb 14, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultHostIP = "0.0.0.0"
DefaultPort = "14119"
)
type Config struct {
HostIP string `yaml:"host_ip"`
HostPort string `yaml:"host_port"`
Files []File `yaml:"files"`
}
type File struct {
FilePath string `yaml:"file_path"`
URLReplacedName string `yaml:"api_replaced_name"`
CacheInSecond int64 `yaml:"cache_in_second"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.