package
1.70.0
Repository: https://github.com/onsdigital/dp-dataset-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

DataStore provides a datastore.Storer interface used to store, retrieve, remove or update datasets.

# Interfaces

GraphDB represents all the required methods from graph DB.
MongoDB represents all the required methods from mongo DB.
Storer represents basic data access via Get, Remove and Upsert methods, abstracting it from mongoDB or graphDB.