feat(config): sync performance settings

This commit is contained in:
Jacky 2025-04-12 01:43:45 +00:00
parent 2d3a5e2a16
commit 3502227510
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
6 changed files with 73 additions and 56 deletions

View file

@ -5,4 +5,5 @@ import "github.com/uozi-tech/cosy"
var (
e = cosy.NewErrorScope("config")
ErrPathIsNotUnderTheNginxConfDir = e.New(50006, "path: {0} is not under the nginx conf dir: {1}")
ErrDstFileExists = e.New(50007, "destination file: {0} already exists")
)