event_sender added file

This commit is contained in:
geek 2017-05-11 16:37:49 +09:00
parent ca29549750
commit b7bb1271fc

View File

@ -0,0 +1,5 @@
package messages
const (
EVENT_ERROR = "EVENT_ERROR"
)