Rainbond/api/model/etcd.go

7 lines
120 B
Go
Raw Normal View History

2020-02-04 21:00:03 +08:00
package model
// EtcdCleanReq etcd clean request struct
type EtcdCleanReq struct {
2020-02-24 12:38:18 +08:00
Keys []string `json:"etcd_keys"`
2020-02-04 21:00:03 +08:00
}