feat: add http server

This commit is contained in:
Rogee
2024-09-13 21:52:15 +08:00
parent e4e4861d42
commit b8499ca97d
7 changed files with 222 additions and 2 deletions

View File

@@ -21,4 +21,5 @@ type ChannelMessages struct {
CreatedAt time.Time
GroupID int64
Published bool
Like bool
}