mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip-ci]Fix golint in segmentRep (#8601)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
b13170f83e
commit
b376107ab3
@ -35,6 +35,7 @@ const (
|
||||
maxBloomFalsePositive float64 = 0.005
|
||||
)
|
||||
|
||||
// Replica is DataNode unique replication
|
||||
type Replica interface {
|
||||
getCollectionID() UniqueID
|
||||
getCollectionSchema(collectionID UniqueID, ts Timestamp) (*schemapb.CollectionSchema, error)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user