8 lines
79 B
Go
8 lines
79 B
Go
package messages
|
|
|
|
type Event struct {
|
|
Type string
|
|
Id string
|
|
Data []byte
|
|
}
|