mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-16 04:27:25 +00:00
6 lines
68 B
Go
6 lines
68 B
Go
![]() |
package config
|
||
|
|
||
|
type RouterRuleConfig interface {
|
||
|
Rules() []Rule
|
||
|
}
|