mirror of https://github.com/milvus-io/milvus.git
7 lines
95 B
Go
7 lines
95 B
Go
|
package queryservice
|
||
|
|
||
|
type collection struct {
|
||
|
id UniqueID
|
||
|
partitions []*partition
|
||
|
}
|