mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-05 17:57:42 -05:00
6 lines
62 B
Go
6 lines
62 B
Go
package core
|
|
|
|
type VUserSet struct {
|
|
validUserIds [][]byte
|
|
}
|