mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: Use relative path in proto following convention (#44650)
Previous pr #44163 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
1185fbec0a
commit
d76d92d33f
@ -38,7 +38,7 @@ service RootCoord {
|
|||||||
*
|
*
|
||||||
* @return Status
|
* @return Status
|
||||||
*/
|
*/
|
||||||
rpc AddCollectionField(.milvus.proto.milvus.AddCollectionFieldRequest) returns (common.Status) {}
|
rpc AddCollectionField(milvus.AddCollectionFieldRequest) returns (common.Status) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief This method is used to test collection existence.
|
* @brief This method is used to test collection existence.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user