mirror of https://github.com/milvus-io/milvus.git
6 lines
59 B
Go
6 lines
59 B
Go
|
package queryservice
|
||
|
|
||
|
type segment struct {
|
||
|
id UniqueID
|
||
|
}
|