Skip to content

Commit e5c6cc4

Browse files
committed
Add type
1 parent 1c917eb commit e5c6cc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jsonapi/rule.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package jsonapi
66

77
type Rule struct {
88
Enabled bool
9+
Type string // uplink or downlink
910
Match Match
1011
Action Action
1112
}

0 commit comments

Comments
 (0)