2022-09-17 22:18:11 +02:00

12 lines
189 B
Go

package storage
import (
"github.com/anytypeio/go-anytype-infrastructure-experiments/pkg/acl/storage"
)
type Storage interface {
storage.Provider
}
const CName = "commonspace.storage"