added postChat message route on extension

This commit is contained in:
Valmo Trindade
2024-08-12 01:22:16 -03:00
parent aeaa6e4d4c
commit 8fd321e47a
3 changed files with 14 additions and 2 deletions

View File

@@ -17,3 +17,8 @@ type GeoObject struct {
Name string `json:"name,omitempty"`
Timeout int `json:"timeout,omitempty"`
}
type Message struct {
Message string `json:"uid"`
Sender string `json:"sender"`
}