package messages type Event struct { Type int Id string Data []byte } const ( EVT_TYPE_TASK = 1 EVT_TYPE_NONE = 2 )