promote inbox message to a shared type
This commit is contained in:
@@ -29,3 +29,9 @@ type ReceivedMessage struct {
|
||||
Data []byte
|
||||
ReceivedAt time.Time
|
||||
}
|
||||
|
||||
type InboxMessage struct {
|
||||
ID string
|
||||
Data []byte
|
||||
ReceivedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user