//
pkg.gl
Category
github.com/ONSdigital/dp-topic-api
store
package
0.23.0
Repository:
https://github.com/onsdigital/dp-topic-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
27 SLOC
#
Packages
mock
No description provided by the author
#
Structs
DataStore
DataStore provides a datastore.Storer interface used to store, retrieve, remove or update topics.
#
Interfaces
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.