Files
hetty/pkg/proxy/intercept/settings.go
2022-03-15 19:54:16 +01:00

9 lines
144 B
Go

package intercept
import "github.com/dstotijn/hetty/pkg/search"
type Settings struct {
Enabled bool
RequestFilter search.Expression
}