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

NOISSUE - Add Metadata to Rule struct #39

Merged
merged 5 commits into from
Jan 13, 2025

Conversation

ianmuchyri
Copy link
Contributor

@ianmuchyri ianmuchyri commented Jan 13, 2025

What type of PR is this?

This a feature pr

What does this do?

It adds a metadata field to the Rule struct. This field may be used to save the layout of the Rule in the UI.

Which issue(s) does this PR fix/relate to?

noissue

Have you included tests for your changes?

no

Did you document any new/modified feature?

no

Notes

Signed-off-by: ianmuchyri <[email protected]>
Signed-off-by: ianmuchyri <[email protected]>
Signed-off-by: ianmuchyri <[email protected]>
@ianmuchyri ianmuchyri marked this pull request as ready for review January 13, 2025 12:46
re/postgres/init.go Outdated Show resolved Hide resolved
Comment on lines +18 to +25
type (
ScriptType uint
Metadata map[string]interface{}
Script struct {
Type ScriptType `json:"type"`
Value string `json:"value"`
}
)
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this.

Signed-off-by: ianmuchyri <[email protected]>
Signed-off-by: ianmuchyri <[email protected]>
@dborovcanin dborovcanin merged commit 17e59d2 into absmach:main Jan 13, 2025
3 checks passed
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.

2 participants