Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SeedUsers ... SeedUsers []models.User // SeedUser1 ... SeedUser1 models.User // SeedUser2 ... SeedUser2 models.User )
View Source
var QueueLength = expvar.NewInt("queue-length")
QueueLength is the total request queue for all users combined. This should be handled by the implementing struct.
View Source
var UserCount = expvar.NewInt("users")
UserCount is the total authenticated live user count. This should be handled by the implementing struct.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.