milvus/internal/dataservice/data_service.go

6 lines
80 B
Go

package dataservice
type DataService struct {
segAllocator segmentAllocator
}