Files
hetty/pkg/proxy/intercept/settings.go

6 lines
58 B
Go
Raw Normal View History

2022-03-14 15:42:43 +01:00
package intercept
type Settings struct {
Enabled bool
}