Skip to content

Commit

Permalink
fix: fix extension.PatternModel type (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikaCelery authored Nov 14, 2024
1 parent 55d9542 commit fea24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ type RegexModel struct {

// PatternModel is model of zero.PatternRule
type PatternModel struct {
Matched []*zero.PatternParsed `zero:"pattern_matched"`
Matched []zero.PatternParsed `zero:"pattern_matched"`
}

0 comments on commit fea24c2

Please sign in to comment.