0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 06:09:48 +03:00

style: refine style

This commit is contained in:
秋のかえで
2021-05-01 10:44:29 +08:00
parent ec9f19039e
commit a3e63e6928

View File

@ -94,10 +94,9 @@ func (c *RouterConfig) Build() (*router.Config, error) {
} }
type RouterRule struct { type RouterRule struct {
Type string `json:"type"` Type string `json:"type"`
OutboundTag string `json:"outboundTag"` OutboundTag string `json:"outboundTag"`
BalancerTag string `json:"balancerTag"` BalancerTag string `json:"balancerTag"`
DomainMatcher string `json:"domainMatcher"` DomainMatcher string `json:"domainMatcher"`
} }