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