explicit bucket aware declaration

This commit is contained in:
chrislu
2022-07-21 18:23:53 -07:00
parent 6147b61b0a
commit c93f7ffa44
4 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ const (
CONNECTION_URL_PATTERN = "%s:%s@tcp(%s:%d)/%s?charset=utf8"
)
var _ filer.BucketAware = (*MysqlStore2)(nil)
func init() {
filer.Stores = append(filer.Stores, &MysqlStore2{})
}