mirror of https://github.com/milvus-io/milvus.git
[skip-ci]Fix golint in segmentRep (#8601)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/8579/head
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…
Reference in New Issue