fleet/sessions
Zachary Wasserman 604e3e4fb0 Improve error handling throughout backend (#50)
* New function `errors.ReturnError` for writing errors into the HTTP response
* New type `KolideError` that includes additional error context
* Validation and application errors are reported in a consistent JSON format
* Add 404 handler
* Refactored error handling throughout codebase to use new error patterns
2016-08-09 19:04:28 -07:00
..
backends.go Moving sessions code into sub-package (#42) 2016-08-05 10:47:41 -07:00
backends_test.go Moving sessions code into sub-package (#42) 2016-08-05 10:47:41 -07:00
sessions.go Improve error handling throughout backend (#50) 2016-08-09 19:04:28 -07:00
sessions_test.go TravisCI configurations (#46) 2016-08-08 09:50:54 -07:00