7 lines
79 B
Go
7 lines
79 B
Go
package domain
|
|
|
|
type Message struct {
|
|
Identifier Identifier
|
|
Payload any
|
|
}
|