milvus/internal/queryservice/collection.go

7 lines
95 B
Go

package queryservice
type collection struct {
id UniqueID
partitions []*partition
}