split http across files

This commit is contained in:
2026-04-11 23:04:50 +02:00
parent 4c87222b43
commit 59e693dacd
7 changed files with 1019 additions and 1005 deletions
-1
View File
@@ -68,7 +68,6 @@ type Message struct {
CreatedAt time.Time `json:"createdAt"`
Sender uint32 `json:"sender"`
Receiver uuid.UUID `json:"receiver"`
IsGroupMessage bool `json:"isGroupMessage"`
}
type Group struct {