Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllTag = []Tag{ TagGraphQL, TagDatabase, TagQuestion, }
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
UserID string `json:"userID"`
Credentials *models.Credentials `json:"credentials"`
Name string `json:"name"`
LastSignIn *time.Time `json:"lastSignIn"`
RecentScores []float64 `json:"recentScores"`
Likes int64 `json:"likes"`
Reputation int64 `json:"reputation"`
Rank int64 `json:"rank"`
Active bool `json:"active"`
}
Click to show internal directories.
Click to hide internal directories.