mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 20:45:28 -05:00
convert dokodemo scenario test to protobuf based
This commit is contained in:
@@ -67,3 +67,7 @@ func (v NetworkList) HasNetwork(network Network) bool {
|
||||
func (v NetworkList) Get(idx int) Network {
|
||||
return v.Network[idx]
|
||||
}
|
||||
|
||||
func (v NetworkList) Size() int {
|
||||
return len(v.Network)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user