package model import "time" type Message struct { ID int Sender User Channel Channel Time time.Time Content string }