v2ray-core/proxy/vmess/protocol/user/user.go

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.
}