Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
Id string `json:"id" bson:"_id"`
Series string `json:"series" bson:"series"`
Revision int `json:"revision" bson:"revision"`
TimeStamp time.Time `json:"time_stamp" bson:"time_stamp"`
Type string `json:"type" bson:"type"`
Body any `json:"body" bson:"body"`
}
func Deserialize ¶
func NewMessage ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.