refactor(routor): split routor from main.go

This commit is contained in:
2026-02-26 09:24:33 +08:00
parent ae7a22eb68
commit 3d6f657242
4 changed files with 61 additions and 55 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ type InstanceInfo struct {
ServerAddr string `json:"serverAddr"`
ServerPort string `json:"serverPort"`
AuthMethod string `json:"auth_method"`
BootAtStart bool `json:"bootAtStart"`
// BootAtStart bool `json:"bootAtStart"`
RunUser string `json:"runUser"`
Additional map[string]interface{} `json:"additionalProperties"`
}