kotlin-datastore / org.khanacademy.datastore / DatastoreBackend

DatastoreBackend

interface DatastoreBackend

Wrapper for datastore access that indicates the applicable environment.

Properties

envs

abstract val envs: List<DatastoreEnv>

Functions

getDatastore

abstract fun getDatastore(envAndProject: DatastoreEnvWithProject): <ERROR CLASS>

Inheritors

DatastoreTestStub

class DatastoreTestStub : DatastoreBackend

GoogleCloudDatastoreBackend

class GoogleCloudDatastoreBackend : DatastoreBackend

DatastoreBackend using the google-cloud-java client library for datastore.