Service user (#6)

Reviewed-on: phoenix/textsender-models#6
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-20 19:07:36 +00:00
committed by phoenix
parent 5bfcb8e74b
commit 3ab81c2b6d
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ import (
type Message struct {
Id uuid.UUID `json:"id"`
Content string `json:"content"`
Content string `json:"content,omitempty"`
UserId uuid.UUID `json:"user_id"`
}