mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-29 21:45:21 -05:00
Require Type() for Feature
This commit is contained in:
@@ -10,3 +10,7 @@ type Client interface {
|
||||
features.Feature
|
||||
LookupIP(host string) ([]net.IP, error)
|
||||
}
|
||||
|
||||
func ClientType() interface{} {
|
||||
return (*Client)(nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user