package data
import "sync"
type storageData interface {
Data() *sync.Map
Name() string
Root() string
}