8 lines
91 B
Go
8 lines
91 B
Go
package model
|
|
|
|
type Message struct {
|
|
Topic Topic
|
|
Content []byte
|
|
Timestamp int64
|
|
}
|