elastic/elastic-agent-inputs

Create a code generator for Go to fill in the boilerplate in inputs

Closed this issue · 0 comments

kvch commented

To support developers who are creating Go based inputs we should create a code generator.

  • identify parts of the code that can be reused in all inputs
  • write the generator (it can use template, go gen, whatever necessary)
  • add basic generator job to CI (similar to the old beat generator job)