refactor(routor): split routor from main.go

This commit is contained in:
2026-02-26 09:24:33 +08:00
parent 275e08a1a5
commit d76e28a358
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"`
}