mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
9 lines
144 B
Go
9 lines
144 B
Go
package intercept
|
|
|
|
import "github.com/dstotijn/hetty/pkg/search"
|
|
|
|
type Settings struct {
|
|
Enabled bool
|
|
RequestFilter search.Expression
|
|
}
|