mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-18 21:48:33 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
![]() |
package protocol
|
||
|
|
||
|
// User is the user account that is used for connection to a Point
|
||
|
type User struct {
|
||
|
Id ID `json:"id"` // The ID of this User.
|
||
|
}
|