mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 05:19:54 +00:00
9 lines
195 B
Go
9 lines
195 B
Go
package newV2board
|
|
|
|
type route struct {
|
|
Id int `json:"id"`
|
|
Match []string `json:"match"`
|
|
Action string `json:"action"`
|
|
ActionValue *string `json:"action_value"`
|
|
}
|