package
Version:
v0.0.0-...-7b8267f
Opens a new window with list of versions in this module.
Published: Sep 19, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Id string `bson:"_id,omitempty" json:"id,omitempty"`
Topic string `bson:"topic,omitempty" json:"topic"`
Timestamp time.Time `bson:"timestamp,omitempty" timestpajson:"timestamp"`
Content string `bson:"content,omitempty" json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.