mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
11 lines
209 B
Go
11 lines
209 B
Go
![]() |
package intercept
|
||
|
|
||
|
import "github.com/dstotijn/hetty/pkg/search"
|
||
|
|
||
|
type Settings struct {
|
||
|
RequestsEnabled bool
|
||
|
ResponsesEnabled bool
|
||
|
RequestFilter search.Expression
|
||
|
ResponseFilter search.Expression
|
||
|
}
|