未验证 提交 72e33523 编写于 作者: J Jiquan Long 提交者: GitHub

[skip e2e] Add comment for GetPartitionInfo (#15021)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 8d24428c
......@@ -45,6 +45,7 @@ type Cache interface {
GetPartitionID(ctx context.Context, collectionName string, partitionName string) (typeutil.UniqueID, error)
// GetPartitions get all partitions' id of specific collection.
GetPartitions(ctx context.Context, collectionName string) (map[string]typeutil.UniqueID, error)
// GetPartitionInfo get partition's info.
GetPartitionInfo(ctx context.Context, collectionName string, partitionName string) (*partitionInfo, error)
GetCollectionSchema(ctx context.Context, collectionName string) (*schemapb.CollectionSchema, error)
RemoveCollection(ctx context.Context, collectionName string)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册