mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for GetCollectionInfo (#14636)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14639/head
parent
2cf0a551b4
commit
700546708c
|
@ -39,7 +39,7 @@ import (
|
|||
type Cache interface {
|
||||
// GetCollectionID get collection's id by name.
|
||||
GetCollectionID(ctx context.Context, collectionName string) (typeutil.UniqueID, error)
|
||||
|
||||
// GetCollectionInfo get collection's information by name, such as collection id, schema, and etc.
|
||||
GetCollectionInfo(ctx context.Context, collectionName string) (*collectionInfo, error)
|
||||
GetPartitionID(ctx context.Context, collectionName string, partitionName string) (typeutil.UniqueID, error)
|
||||
GetPartitions(ctx context.Context, collectionName string) (map[string]typeutil.UniqueID, error)
|
||||
|
|
Loading…
Reference in New Issue