1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-10 13:09:11 -04:00
Files
v2fly/vuserset.go
2015-09-07 23:48:37 +02:00

6 lines
62 B
Go

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