mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 11:18:08 +08:00
7 lines
120 B
Go
7 lines
120 B
Go
package model
|
|
|
|
// EtcdCleanReq etcd clean request struct
|
|
type EtcdCleanReq struct {
|
|
Keys []string `json:"etcd_keys"`
|
|
}
|