Skip to content

Commit

Permalink
wasm configuration based on extensions: remove outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
  • Loading branch information
eguzki committed Sep 23, 2024
1 parent 151a1ca commit feedb9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/rlptools/wasm/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ type Condition struct {
AllOf []PatternExpression `json:"allOf,omitempty"`
}

// Rule defines conditions that are evaluated using patter expressions.
// The rule evaluates to true when all the pattern expressions are evaluated to true.
type Rule struct {
// Top level conditions for the rule. At least one of the conditions must be met.
// Empty conditions evaluate to true, so actions will be invoked.
Expand Down

0 comments on commit feedb9e

Please sign in to comment.