package
0.0.0-20240828184941-667ddf2c5bbc
Repository: https://github.com/allexsen/learning-project.git
Documentation: pkg.go.dev

# Structs

BaseMessage is the base message model that all message types will inherit from.
DirectMessage represents a 1-1 chat message.
GroupMessage represents a group chat message.

# Interfaces

Message is the interface that all message types will implement.