package model import ( "time" ) type Message struct { Timestamp time.Time PeerID string Message string Signature []byte Verified bool }