chore: forbid rename key in cluster mode

This commit is contained in:
tiny-craft
2023-10-15 22:38:41 +08:00
parent 78bac6078a
commit 4a0807e463
3 changed files with 10 additions and 8 deletions

View File

@@ -30,11 +30,6 @@ type Connection struct {
type Connections []Connection
type ConnectionGroup struct {
GroupName string `json:"groupName" yaml:"group_name"`
Connections []Connection `json:"connections" yaml:"connections"`
}
type ConnectionDB struct {
Name string `json:"name"`
Index int `json:"index"`