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

Re-implement types.go code generation for a package #15

Closed
zlesnr opened this issue Jul 8, 2020 · 1 comment
Closed

Re-implement types.go code generation for a package #15

zlesnr opened this issue Jul 8, 2020 · 1 comment
Labels
size:L Large

Comments

@zlesnr
Copy link
Contributor

zlesnr commented Jul 8, 2020

Objective

Currently, tutone doesn't generate any code, but as part of #14, we'll want to achieve feature parity with what is happening in the newrelic-client-go project currently and ensure we are able to generate the same types.go file for the given alerts. This will also leverage some amount of config restructure from #12. Note also that this might be a good time to implement some notion of plugin or "provider" system as proposed in #11. Some notion to allow us to implement a generator that is specific to one project, but not used in another project.

@zlesnr zlesnr added size:M Medium size:L Large and removed size:M Medium labels Jul 9, 2020
@zlesnr zlesnr added this to the Code Generator v1 milestone Jul 9, 2020
@zlesnr
Copy link
Contributor Author

zlesnr commented Jul 22, 2020

This has been integrated in newrelic/newrelic-client-go#394

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

No branches or pull requests

1 participant