mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
revert stringResponse change
should have been a separate commit with other changes.
This commit is contained in:
parent
6c30a1ff40
commit
fcdd4e4518
@ -6,8 +6,8 @@ import (
|
||||
|
||||
type stringResponse struct {
|
||||
Response string `json:"response" example:"message"`
|
||||
ErrorText string `json:"error" example:"No special symbols allowed."`
|
||||
ErrorCode string `json:"error_code" example:"errorSpecialSymbols"`
|
||||
Error/*Text*/ string `json:"error" example:"No special symbols allowed."`
|
||||
// ErrorCode string `json:"error_code" example:"errorSpecialSymbols"`
|
||||
}
|
||||
|
||||
type boolResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user