This commit is contained in:
phuslu
2023-11-27 15:41:33 +08:00
committed by GitHub
parent f478754b6f
commit 1636191f0d
4 changed files with 11 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
)
type Config struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
DownloadPath string `yaml:"downloadPath"`
DownloaderPath string `yaml:"downloaderPath"`