RidgeChat/common/message.go

7 lines
111 B
Go
Raw Normal View History

2023-09-06 13:12:35 -06:00
package common
type Message struct {
Username string `json:"username"`
Content string `json:"content"`
}