Files
hetty/pkg/proxy/intercept/settings.go
2022-03-14 20:57:33 +01:00

6 lines
58 B
Go

package intercept
type Settings struct {
Enabled bool
}