1
0
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:
Darien Raymond
2017-01-05 11:20:04 +01:00
parent f7721029c7
commit a704d7b6b6
6 changed files with 88 additions and 78 deletions

View File

@@ -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)
}