interface DatastoreBackend
Wrapper for datastore access that indicates the applicable environment.
abstract val envs: List<DatastoreEnv> |
abstract fun getDatastore(envAndProject: DatastoreEnvWithProject): <ERROR CLASS> |
class DatastoreTestStub : DatastoreBackend |
|
class GoogleCloudDatastoreBackend : DatastoreBackend
DatastoreBackend using the google-cloud-java client library for datastore. |