mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-21 06:57:59 +00:00
6 lines
62 B
Go
6 lines
62 B
Go
package core
|
|
|
|
type VUserSet struct {
|
|
validUserIds [][]byte
|
|
}
|