Update Go to v1.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-03-21 13:34:36 +02:00
parent d36c523e67
commit 885a35eebf
9 changed files with 96 additions and 115 deletions

View File

@@ -132,7 +132,9 @@ var doc = `{
],
"summary": "Save payload in cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
},
"delete": {
@@ -148,7 +150,9 @@ var doc = `{
],
"summary": "Delete payload from cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
}
},

View File

@@ -121,7 +121,9 @@
],
"summary": "Save payload in cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
},
"delete": {
@@ -137,7 +139,9 @@
],
"summary": "Delete payload from cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
}
},

View File

@@ -106,7 +106,8 @@ paths:
produces:
- application/json
responses:
"202": {}
"202":
description: ""
summary: Delete payload from cache
tags:
- HTTP API
@@ -131,7 +132,8 @@ paths:
produces:
- application/json
responses:
"202": {}
"202":
description: ""
summary: Save payload in cache
tags:
- HTTP API