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

feat: add script processor using Tengo #428

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Conversation

sudo-suhas
Copy link
Contributor

@sudo-suhas sudo-suhas commented Nov 3, 2022

  • Implement a new 'script' processor with 'tengo' as the only supported script engine.
  • Add internal packages for translating asset proto value into map[string]interface{} and for updating asset proto value with the given map.

Closes #420

- Implement a new 'script' processor with 'tengo' as the only supported
  script engine.
- Add internal packages for translating asset proto value into
  map[string]interface{} and for updating asset proto value with the
  given map.
Copy link
Contributor

@StewartJingga StewartJingga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sudo-suhas sudo-suhas merged commit 6cf9737 into main Nov 8, 2022
@sudo-suhas sudo-suhas deleted the script-processor branch November 8, 2022 04:10
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.

feat: add mapping processor
3 participants