More exposes

This commit is contained in:
hazæ41 2019-11-06 22:30:38 +01:00 committed by GitHub
parent 1838d093bc
commit ff4adf4017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,13 +56,20 @@ class OrbitDB {
// testing with orbit-db-access-controller
AccessControllers = options.AccessControllers || AccessControllers
}
static get Pubsub () { return Pubsub; }
static get Cache () { return Cache; }
static get Keystore () { return Keystore; }
static get Identities () { return Identities; }
static get AccessControllers () { return AccessControllers; }
static get Storage () { return Storage; }
static get Pubsub () { return Pubsub }
static get Cache () { return Cache }
static get Keystore () { return Keystore }
static get Identities () { return Identities }
static get AccessControllers () { return AccessControllers }
static get Storage () { return Storage }
static get OrbitDBAddress () { return OrbitDBAddress }
static get EventStore () { return EventStore }
static get FeedStore () { return FeedStore }
static get KeyValueStore () { return KeyValueStore }
static get CounterStore () { return CounterStore; }
static get DocumentStore () { return DocumentStore; }
get cache () { return this.caches[this.directory].cache }