We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c917eb commit e5c6cc4Copy full SHA for e5c6cc4
1 file changed
jsonapi/rule.go
@@ -6,6 +6,7 @@ package jsonapi
6
7
type Rule struct {
8
Enabled bool
9
+ Type string // uplink or downlink
10
Match Match
11
Action Action
12
}
0 commit comments