12 lines
173 B
Go
Raw Normal View History

2015-12-06 18:21:15 +01:00
package dokodemo
import (
v2net "github.com/v2ray/v2ray-core/common/net"
)
type Config interface {
Address() v2net.Address
Network() v2net.NetworkList
Timeout() int
}