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

Allow *.orion.pb.go files to access the exported-service-desc from *.pb.go #189

Merged

Commits on Sep 21, 2022

  1. Allow *.orion.pb.go files to access the exported-service-desc from *.…

    …pb.go
    
    Add two execution parameters.
    standalone-mode: Allow you to place *.orion.pb.go and *.pb.go into different folder.
    exported-service-desc: Allow you to use the higher version (v1.20.0) of protoc-gen-go.
    Read go_package option from protobufs files.
    In standalone mode, the external import path is getting from the go_package option.
    cs-lexliu committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    26e9b2d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Fix the typo StandaloneMode

    cs-lexliu committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    25eb807 View commit details
    Browse the repository at this point in the history