mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-03 22:28:05 +00:00
6 lines
63 B
Go
6 lines
63 B
Go
![]() |
package core
|
||
|
|
||
|
type VUserSet struct {
|
||
|
validUserIds [][]byte
|
||
|
}
|