agent_api/messages/event.go
insanity@loafle.com 9d1ebadbba const
2017-05-16 17:05:37 +09:00

8 lines
79 B
Go

package messages
type Event struct {
Type string
Id string
Data []byte
}