Files
v2fly/app/router/config.go
T

7 lines
78 B
Go

package router
type Config struct {
Strategy string
Settings interface{}
}