mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-25 19:45:38 -05:00
remove json packages in app folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package router
|
||||
|
||||
type Config interface {
|
||||
Strategy() string
|
||||
Settings() interface{}
|
||||
type Config struct {
|
||||
Strategy string
|
||||
Settings interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user