user.go 149 B

123456
  1. package protocol
  2. // User is the user account that is used for connection to a Point
  3. type User struct {
  4. Id ID `json:"id"` // The ID of this User.
  5. }