Skip to content

Commit

Permalink
Remove "schema" ruleset kind
Browse files Browse the repository at this point in the history
This is an internal-only kind and is not exposed in the public API.
  • Loading branch information
zakcutner committed Aug 1, 2023
1 parent d8db7a4 commit 89d0efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rulesets.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const (
RulesetKindCustom RulesetKind = "custom"
RulesetKindManaged RulesetKind = "managed"
RulesetKindRoot RulesetKind = "root"
RulesetKindSchema RulesetKind = "schema"
RulesetKindZone RulesetKind = "zone"

RulesetPhaseDDoSL4 RulesetPhase = "ddos_l4"
Expand Down Expand Up @@ -85,7 +84,6 @@ func RulesetKindValues() []string {
string(RulesetKindCustom),
string(RulesetKindManaged),
string(RulesetKindRoot),
string(RulesetKindSchema),
string(RulesetKindZone),
}
}
Expand Down

0 comments on commit 89d0efc

Please sign in to comment.