1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-19 10:56:06 -05:00
v2fly/app/api/config.go

10 lines
98 B
Go
Raw Normal View History

2016-02-25 15:50:38 -05:00
package api
import (
"v2ray.com/core/common/net"
2016-02-25 15:50:38 -05:00
)
type Config struct {
DirectPort net.Port
2016-02-25 15:50:38 -05:00
}