mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
[skip ci] Add comment for collection id (#8806)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
2515452ea5
commit
243ee06660
@ -51,6 +51,7 @@ type Collection struct {
|
||||
releaseTime Timestamp
|
||||
}
|
||||
|
||||
// ID returns collection id
|
||||
func (c *Collection) ID() UniqueID {
|
||||
return c.id
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user