Skip to content

Commit

Permalink
add ResponseMessage field to FilterResult
Browse files Browse the repository at this point in the history
  • Loading branch information
prodion23 committed Nov 28, 2023
1 parent 3c97aac commit bce4149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/filter/result/filter_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package result
type FilterResult struct {
Block bool
ResponseStatusCode int32
ResponseMessage string
}

0 comments on commit bce4149

Please sign in to comment.