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

refactor(codegen): remove golang and json settings from plugin proto #2822

Merged
merged 4 commits into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. refactor(codegen): remove golang and json settings from plugin proto

    In order to simplify the codegen plugin proto, I've removed the Go
    and JSON plugin settings and instead pass those settings encoded as
    JSON to their respective plugins.
    andrewmbenton committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f851620 View commit details
    Browse the repository at this point in the history
  2. clean up proto

    andrewmbenton committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a7345e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1adc44b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd6cebc View commit details
    Browse the repository at this point in the history