mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 12:42:18 +02:00
lint (#993)
This commit is contained in:
parent
1ac7555031
commit
2aefe7e963
@ -115,7 +115,7 @@ func NewDeleteAccountUnauthorized() *DeleteAccountUnauthorized {
|
|||||||
/*
|
/*
|
||||||
DeleteAccountUnauthorized describes a response with status code 401, with default header values.
|
DeleteAccountUnauthorized describes a response with status code 401, with default header values.
|
||||||
|
|
||||||
unauthorizer
|
unauthorized
|
||||||
*/
|
*/
|
||||||
type DeleteAccountUnauthorized struct {
|
type DeleteAccountUnauthorized struct {
|
||||||
}
|
}
|
||||||
|
@ -212,7 +212,7 @@ func init() {
|
|||||||
"description": "ok"
|
"description": "ok"
|
||||||
},
|
},
|
||||||
"401": {
|
"401": {
|
||||||
"description": "unauthorizer"
|
"description": "unauthorized"
|
||||||
},
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"description": "not found"
|
"description": "not found"
|
||||||
@ -3169,7 +3169,7 @@ func init() {
|
|||||||
"description": "ok"
|
"description": "ok"
|
||||||
},
|
},
|
||||||
"401": {
|
"401": {
|
||||||
"description": "unauthorizer"
|
"description": "unauthorized"
|
||||||
},
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"description": "not found"
|
"description": "not found"
|
||||||
|
@ -40,7 +40,7 @@ func (o *DeleteAccountOK) WriteResponse(rw http.ResponseWriter, producer runtime
|
|||||||
const DeleteAccountUnauthorizedCode int = 401
|
const DeleteAccountUnauthorizedCode int = 401
|
||||||
|
|
||||||
/*
|
/*
|
||||||
DeleteAccountUnauthorized unauthorizer
|
DeleteAccountUnauthorized unauthorized
|
||||||
|
|
||||||
swagger:response deleteAccountUnauthorized
|
swagger:response deleteAccountUnauthorized
|
||||||
*/
|
*/
|
||||||
|
@ -552,7 +552,7 @@ void (empty response body)
|
|||||||
| Status code | Description | Response headers |
|
| Status code | Description | Response headers |
|
||||||
|-------------|-------------|------------------|
|
|-------------|-------------|------------------|
|
||||||
**200** | ok | - |
|
**200** | ok | - |
|
||||||
**401** | unauthorizer | - |
|
**401** | unauthorized | - |
|
||||||
**404** | not found | - |
|
**404** | not found | - |
|
||||||
**500** | internal server error | - |
|
**500** | internal server error | - |
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ paths:
|
|||||||
200:
|
200:
|
||||||
description: ok
|
description: ok
|
||||||
401:
|
401:
|
||||||
description: unauthorizer
|
description: unauthorized
|
||||||
404:
|
404:
|
||||||
description: not found
|
description: not found
|
||||||
500:
|
500:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user