package shared import "gitlink.org.cn/cloudream/storage/common/pkgs/storage/types" type SharedStore interface { types.StorageComponent }