Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxLoginLen = 256 MaxPublicKeyLen = 4096 DefaultUserFilterLimit = 50 MaxUserFilterLimit = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociatePlayer ¶ added in v0.2.7
AssociatePlayer holds information to assocuate a player to a user.
type Filter ¶
type Filter struct {
// Offset is used to restrict to a subset of the results,
// indicating the initial offset into the set of results.
Offset uint
// Limit is used to restrict to a subset of the results,
// indicating the maximum number of results to return.
Limit uint
}
Filter is used to filter results from a list of all users.
Click to show internal directories.
Click to hide internal directories.