package model import "time" type Message struct { ID uint64 Name string Text string Time time.Time }