Skip to content

Commit

Permalink
Update modules/logging/filters.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Lavoie <[email protected]>
  • Loading branch information
dunglas and francislavoie authored Nov 20, 2021
1 parent 343c4e8 commit 0fd54de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/logging/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ const (
type queryFilterAction struct {
// `replace` to replace the value(s) associated with the parameter(s) or `delete` to remove them entirely.
Type ActionType `json:"type"`

// The name of the query parameter.
Parameter string `json:"parameter"`

// The value to use as replacement if the action is `replace`.
Value string `json:"value,omitempty"`
}
Expand Down

0 comments on commit 0fd54de

Please sign in to comment.