aboutsummaryrefslogtreecommitdiffstats
path: root/lib/apiv1/events.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Renamed apiv1 lib to xaapiv1.Sebastien Douheret1-77/+0
xa prefix (for Xds Agent) is safest to avoid confusion with xs prefix (for Xds Server) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24New dashboard improvements.Sebastien Douheret1-3/+4
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-08Added events decoder helpers.Sebastien Douheret1-6/+41
2017-11-08Unregistered events when client WS session is closed.Sebastien Douheret1-0/+8
2017-11-08Fixed events definition and callback processing.Sebastien Douheret1-5/+5
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret1-0/+33
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>