1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04:00
v2fly/vuserset.go

6 lines
62 B
Go
Raw Normal View History

2015-09-07 17:48:19 -04:00
package core
type VUserSet struct {
2015-09-07 17:48:37 -04:00
validUserIds [][]byte
2015-09-07 17:48:19 -04:00
}