Documentation ¶
Overview ¶
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a stats controller.
func New ¶
func New(ctx context.Context, cacher cache.Cacher, db *database.Database, h render.Renderer) *Controller
New creates a new stats controller.
func (*Controller) HandleRealmExternalIssuersStats ¶
func (c *Controller) HandleRealmExternalIssuersStats(typ StatsType) http.Handler
HandleRealmExternalIssuersStats renders statistics for the current realm.
func (*Controller) HandleRealmStats ¶
func (c *Controller) HandleRealmStats(typ StatsType) http.Handler
HandleRealmStats renders statistics for the current realm.
func (*Controller) HandleRealmUserStats ¶
func (c *Controller) HandleRealmUserStats(typ StatsType) http.Handler
HandleRealmUserStats renders statistics for a single user in the current realm.
func (*Controller) HandleRealmUsersStats ¶
func (c *Controller) HandleRealmUsersStats(typ StatsType) http.Handler
HandleRealmUsersStats renders statistics for the current realm.
Click to show internal directories.
Click to hide internal directories.