1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-06 18:28:00 -05:00
v2fly/proxy/vmess/protocol/user/user.go
2015-09-20 00:11:14 +02:00

7 lines
145 B
Go

package user
// 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.
}