1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00
v2fly/app/api/config.go

10 lines
106 B
Go
Raw Normal View History

2016-02-25 20:50:38 +00:00
package api
import (
2016-08-20 18:55:45 +00:00
v2net "v2ray.com/core/common/net"
2016-02-25 20:50:38 +00:00
)
type Config struct {
DirectPort v2net.Port
}