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

Protobuf codegen for Golang #119

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

Protobuf codegen for Golang #119

wants to merge 1 commit into from

Conversation

uatuko
Copy link
Owner

@uatuko uatuko commented Dec 15, 2024

Protobuf generated code for Golang (for the public API), which is intended to be used for client implementations.

Unfortunately there's no option to just generate client only code for Go, so the server stubs are also there.

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.50%. Comparing base (d00df95) to head (47f28fc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   95.50%   95.50%           
=======================================
  Files          19       19           
  Lines        1246     1246           
  Branches      141      141           
=======================================
  Hits         1190     1190           
  Misses         38       38           
  Partials       18       18           

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

@uatuko uatuko marked this pull request as ready for review December 15, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant