package model import "time" type Message struct { ID int Sender string // username Channel Channel // channel.id Time time.Time Content string }