[skip ci] Add comment for collection id (#8806)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-09-28 22:40:05 +08:00 committed by GitHub
parent 2515452ea5
commit 243ee06660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ type Collection struct {
releaseTime Timestamp
}
// ID returns collection id
func (c *Collection) ID() UniqueID {
return c.id
}