Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID bson.ObjectId `json:"id" bson:"_id"`
Email string `json:"email" bson:"email"`
Login string `json:"login" bson:"login"`
AvatarURL string `json:"avatar_url" bson:"avatarURL"`
Name string `json:"name" bson:"name"`
Created time.Time `json:"created" bson:"created"`
Updated time.Time `json:"updated" bson:"updated"`
}
User represents a platform user
Click to show internal directories.
Click to hide internal directories.