# Functions
NewEventStorage creates a new inmemory EventStorage.
NewNotificationStorage creates a new NotificationStorage.
NewPostStorage creates a new PostStorage.
NewTagStorage creates a new TagStorage.
NewTenantStorage creates a new TenantStorage.
NewUserStorage creates a new UserStorage.
ToTSQuery converts input to another string that can be safely used for ts_query.
# Structs
EventStorage contains read and write operations for Audit Events.
NotificationStorage contains read and write operations for notifications.
PostStorage contains read and write operations for posts.
TagStorage contains read and write operations for tags.
TenantStorage contains read and write operations for tenants.
UserStorage is used for user operations using a Postgres database.