1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

add a rollbar example

Former-commit-id: 4cbe61a217f4863fe38e23848252126d864d9f5c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-09 02:58:17 +03:00
parent 46ff69e28e
commit 2042637e41
3 changed files with 111 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
* [Log Requests to a JSON File](logging/request-logger/request-logger-file-json/main.go)
* [Application File Logger](logging/file-logger/main.go)
* [Application JSON Logger](logging/json-logger/main.go)
* [Rollbar](logging/rollbar/main.go)
* API Documentation
* [Yaag](apidoc/yaag/main.go)
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/example)