# Packages
No description provided by the author
# Functions
NewStore initializes a singleton instance of type IStore.
# Variables
ProviderSet is a Wire provider set that declares dependency injection rules.
S is a global variable for convenient access to the initialized datastore instance from other packages.
# Interfaces
IStore defines the methods that the Store layer needs to implement.