# Functions

New initializes a new "DB" with dummy data.
No description provided by the author

# Structs

No description provided by the author
DB emulates a database driver using in-memory data structures.
Filter holds the exact Match values and Pattern match values for organizations lookup.
Sort holds the sorting specification for the results.
User is an object which holds the UserID, FullName, Email and the date of creation.
UserProfilePage represents a paginated result of user profiles.

# Interfaces

UserProfileRepository defines the interface for accessing the user profile data.