feat: init commit
This commit is contained in:
9
crates/burrego/test_data/trace/policy.rego
Normal file
9
crates/burrego/test_data/trace/policy.rego
Normal file
@@ -0,0 +1,9 @@
|
||||
package policy
|
||||
|
||||
default main = false
|
||||
|
||||
main {
|
||||
trace(sprintf("input.message has been set to '%v'", [input.message]));
|
||||
m := input.message;
|
||||
m == "world"
|
||||
}
|
||||
Reference in New Issue
Block a user