[skip ci]Fix golint error in basetable (#10698)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-26 22:35:05 +08:00 committed by GitHub
parent 373a4684b9
commit 49e23ebc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ import (
"github.com/spf13/viper"
)
// UniqueID is type alias of typeutil.UniqueID
type UniqueID = typeutil.UniqueID
type Base interface {