# Functions
NewPostRepository return a new repo.
NewStorage returns a new Postgres connection.
NewUserRepository return a new repo.
NewUserRepository returns a new repo.
# Structs
Post defines the properties of a Post to be listed.
PostRepository keeps data in postgres db.
User defines the properties of a User to be listed.
No description provided by the author
UserRepository keeps data in postgres db.