Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hz): add swagger service code generation options #1161

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

EZ4Jam1n
Copy link

What type of PR is this?

feat

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

增加swagger服务代码的生成

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):
适配protoc-gen-http-swagger和thrift-gen-http-swagger插件

(Optional) Which issue(s) this PR fixes:

(Optional) The PR that updates user documentation:

@EZ4Jam1n EZ4Jam1n requested review from a team as code owners July 26, 2024 13:20
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.92%. Comparing base (779d247) to head (9af7a1c).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1161      +/-   ##
===========================================
+ Coverage    82.88%   82.92%   +0.03%     
===========================================
  Files           98       98              
  Lines        10065    10065              
===========================================
+ Hits          8342     8346       +4     
+ Misses        1233     1231       -2     
+ Partials       490      488       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -19,6 +19,7 @@ package app
import (
"errors"
"fmt"
"github.com/urfave/cli/v2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format,挪到下面

@FGYFFFF
Copy link
Contributor

FGYFFFF commented Aug 23, 2024

目前,插件可以直接以 thriftgo 的插件注入形式来生成嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants