Files
waf-platform/EdgeNode/internal/waf/checkpoints/option.go

6 lines
71 B
Go

package checkpoints
type OptionInterface interface {
Type() string
}