//
pkg.gl
Category
github.com/ONSdigital/dp-dataset-api
store
package
1.70.0
Repository:
https://github.com/onsdigital/dp-dataset-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
76 SLOC
#
Packages
datastoretest
No description provided by the author
#
Structs
DataStore
DataStore provides a datastore.Storer interface used to store, retrieve, remove or update datasets.
#
Interfaces
GraphDB
GraphDB represents all the required methods from graph DB.
MongoDB
MongoDB represents all the required methods from mongo DB.
Storer
Storer represents basic data access via Get, Remove and Upsert methods, abstracting it from mongoDB or graphDB.