Documentation ¶
Overview ¶
Package statspuller pulls statistics from the key server.
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(cfg *config.StatsPullerConfig, db *database.Database, client *clients.KeyServerClient, kms keys.KeyManager, h *render.Renderer) (*Controller, error)
New creates a new stats-pull controller.
func (*Controller) HandlePullStats ¶
func (c *Controller) HandlePullStats() http.Handler
HandlePullStats pulls key-server statistics.
Click to show internal directories.
Click to hide internal directories.