mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
related: #39953 pr: https://github.com/milvus-io/milvus/pull/40257 Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
This commit is contained in:
parent
a945345110
commit
d754e0bb7e
@ -53,7 +53,7 @@ type DropDatabasePropertiesReq struct {
|
||||
PropertyKeys []string `json:"propertyKeys"`
|
||||
}
|
||||
|
||||
func (req *DatabaseReqWithProperties) DropDatabasPropertiesReq() string { return req.DbName }
|
||||
func (req *DropDatabasePropertiesReq) GetDbName() string { return req.DbName }
|
||||
|
||||
type CollectionNameReq struct {
|
||||
DbName string `json:"dbName"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user