[skip-ci]Fix golint in segmentRep (#8601)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/8579/head
XuanYang-cn 2021-09-26 20:51:58 +08:00 committed by GitHub
parent b13170f83e
commit b376107ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)