1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00
v2fly/vuserset.go
2015-09-07 23:48:37 +02:00

6 lines
62 B
Go

package core
type VUserSet struct {
validUserIds [][]byte
}