diff --git a/jsonapi/rule.go b/jsonapi/rule.go index b3c9d8d..a6c3f9d 100644 --- a/jsonapi/rule.go +++ b/jsonapi/rule.go @@ -6,6 +6,7 @@ package jsonapi type Rule struct { Enabled bool + Type string // uplink or downlink Match Match Action Action }