VILLASweb-backend-go/routes
2020-11-20 13:49:32 +01:00
..
component-configuration Delete signals, dashboards, widgets and component configs + associated elements from DB upon DELETE (no safe-delete anymore) 2020-11-20 13:49:32 +01:00
dashboard Delete signals, dashboards, widgets and component configs + associated elements from DB upon DELETE (no safe-delete anymore) 2020-11-20 13:49:32 +01:00
file Dimensions of an image file are stored in File data model, values default to 0 if file is not an image; closes #45 2020-11-16 15:52:36 +01:00
healthz merge amqp module into infrastructure-component module to avoid circular deps, add TODOs in IC endpoints 2020-10-20 16:51:07 +02:00
infrastructure-component remove obsolete line in IC test 2020-11-03 15:35:42 +01:00
metrics modularize main function, use DBpool instead of local DB in database package and all testing functions 2020-03-19 10:50:18 +01:00
result fix a typo in result endpoint registration 2020-11-19 17:29:51 +01:00
scenario fix scenario test, createdAt and updatedAt are now contained in API responses 2020-11-20 09:38:55 +01:00
signal Delete signals, dashboards, widgets and component configs + associated elements from DB upon DELETE (no safe-delete anymore) 2020-11-20 13:49:32 +01:00
user add APIkey-based authentication to swagger documentation 2020-09-25 16:16:46 +02:00
widget Delete signals, dashboards, widgets and component configs + associated elements from DB upon DELETE (no safe-delete anymore) 2020-11-20 13:49:32 +01:00
register.go WIP: initial version of result data model, endpoints, methods, validators, middleware #38 2020-11-19 17:23:24 +01:00
register_test.go Merge branch 'extend-amqp' 2020-11-16 13:20:13 +01:00