mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
6 lines
80 B
Go
6 lines
80 B
Go
package dataservice
|
|
|
|
type DataService struct {
|
|
segAllocator segmentAllocator
|
|
}
|