Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
qiuqunfeng
waf-console
Commits
0e4b3391
Commit
0e4b3391
authored
Feb 18, 2025
by
qiuqunfeng
Browse files
Change GatewayResponseBase code type from int to string
parent
334b7c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
internal/service/types.go
internal/service/types.go
+1
-1
No files found.
internal/service/types.go
View file @
0e4b3391
...
@@ -286,7 +286,7 @@ type GatewayRespListenerData struct {
...
@@ -286,7 +286,7 @@ type GatewayRespListenerData struct {
}
}
type
GatewayResponseBase
struct
{
type
GatewayResponseBase
struct
{
Code
int
`json:"code"`
Code
string
`json:"code"`
Message
string
`json:"message"`
Message
string
`json:"message"`
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment