refactor(routor): split routor from main.go
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user