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