package
0.0.0-20250218190523-b123c3ebbebe
Repository: https://github.com/paulwaldo/building-microservices-with-go.git
Documentation: pkg.go.dev

# Functions

NewMongoStore creates an instance of MongoStore with the given connection string.

# Structs

No description provided by the author
MemoryStore is a simple in memory datastore that implements Store.
MockStore is a mock implementation of a datastore for testing purposes.
MongoStore is a MongoDB data store which implements the Store interface.

# Interfaces

Store is an interface used for interacting with the backend datastore.