v2fly/app/api/config.go

10 lines
106 B
Go

package api
import (
v2net "v2ray.com/core/common/net"
)
type Config struct {
DirectPort v2net.Port
}