Files
hetty/pkg/proxy/intercept/settings.go
2022-03-23 14:31:27 +01:00

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
}