router 增加 method

This commit is contained in:
黄孟柱
2021-07-27 18:32:49 +08:00
parent 907417d5d3
commit 6f368b76ef
6 changed files with 50 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ type Config struct {
Id string
Name string
Hosts []string
Methods []string
Target service.IService
Rules []Rule
}