秋のかえで 5 лет назад
Родитель
Сommit
a3e63e6928
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      infra/conf/router.go

+ 3 - 4
infra/conf/router.go

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