package model type MessageItem struct { Id int `json:"id"` Message string `json:"message"` }