mirror of https://github.com/v2ray/v2ray-core
6 lines
63 B
Go
6 lines
63 B
Go
|
package core
|
||
|
|
||
|
type VUserSet struct {
|
||
|
validUserIds [][]byte
|
||
|
}
|