1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-25 05:47:07 +00:00

add x/errors.Handler, CreateHandler, NoContentHandler, NoContenetOrNotModifiedHandler and ListHandler ready-to-use handlers for service method calls to Iris Handler

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-01-09 11:11:53 +02:00
parent 7024f61a62
commit ad75479541
7 changed files with 161 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
check-latest: true