Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserCache ¶ added in v0.3.0
type UserCache struct {
// The bio of this client's user
ThisBio string
// The profile picture of this client's user
ThisPfp []byte
// The user ID of this client's user
ThisUserID int
// The username of this client's user
ThisUsername string
// Cache of other users' data
// Key (int) - User ID
// Val (User) - User data
Users map[int]User
// Binding to cache of other users' data
UsersBind map[int]UserBind
}
Data about the client's user and other user data received from the server
Click to show internal directories.
Click to hide internal directories.