package
0.0.0-20241005112508-8f7a874ac631
Repository: https://github.com/getstream/stream-backend-homework-assignment.git
Documentation: pkg.go.dev

# Structs

API provides the REST endpoints for the application.
A Message represents a persisted message.
A Reaction represents a reaction to a message such as a like.

# Interfaces

A Cache provides a storage layer that caches messages.
A DB provides a storage layer that persists messages.