agent_api/messages/event.go

8 lines
79 B
Go
Raw Normal View History

2017-05-16 08:05:37 +00:00
package messages
type Event struct {
Type string
Id string
Data []byte
}