# Packages
No description provided by the author
# Functions
NewMockIStore creates a new mock instance.
NewStore creates a new instance of the datastore.
# Variables
ProviderSet is a Wire provider set that initializes new datastore instances and binds the IStore interface to the actual datastore type.
# Structs
MockIStore is a mock of IStore interface.
MockIStoreMockRecorder is the mock recorder for MockIStore.
# Interfaces
IStore defines the methods that need to be implemented by the Store layer.