v2ray-core/app/api/config.go

10 lines
98 B
Go
Raw Normal View History

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