mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
7 lines
95 B
Go
7 lines
95 B
Go
package queryservice
|
|
|
|
type collection struct {
|
|
id UniqueID
|
|
partitions []*partition
|
|
}
|