feat(goctl): support custom Swagger response status (#5691)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kevin Wan
2026-07-19 23:57:26 +08:00
committed by GitHub
parent 6a6b81ef20
commit 565bcb3f21
7 changed files with 183 additions and 45 deletions

View File

@@ -54,6 +54,8 @@ const (
propertyKeyDeprecated = "deprecated"
propertyKeyPrefix = "prefix"
propertyKeyAuthType = "authType"
propertyKeyRespCode = "respCode"
propertyKeyResponses = "responses"
propertyKeyHost = "host"
propertyKeyBasePath = "basePath"
propertyKeyWrapCodeMsg = "wrapCodeMsg"