RidgeChat/common/message.go
2023-09-06 13:12:35 -06:00

7 lines
111 B
Go

package common
type Message struct {
Username string `json:"username"`
Content string `json:"content"`
}