2022-03-14 15:42:43 +01:00
|
|
|
package intercept
|
|
|
|
|
2022-03-15 19:32:29 +01:00
|
|
|
import "github.com/dstotijn/hetty/pkg/search"
|
|
|
|
|
2022-03-14 15:42:43 +01:00
|
|
|
type Settings struct {
|
2022-03-15 19:32:29 +01:00
|
|
|
Enabled bool
|
|
|
|
RequestFilter search.Expression
|
2022-03-14 15:42:43 +01:00
|
|
|
}
|