Refactor(constant): added rule string enums in configs as RuleConfig for better outside integrations (#2878)
This commit is contained in:
@ -15,6 +15,9 @@ const (
|
||||
PortTypeInbound
|
||||
)
|
||||
|
||||
// Implements C.Rule
|
||||
var _ C.Rule = (*Port)(nil)
|
||||
|
||||
type Port struct {
|
||||
adapter string
|
||||
port C.Port
|
||||
|
Reference in New Issue
Block a user