mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-15 03:30:37 +08:00
chore: forbid rename key in cluster mode
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user