Documentation ¶
Overview ¶
Package realmadmin contains web controllers for changing realm settings.
Index ¶
- type Controller
- func (c *Controller) HandleDisableExpress() http.Handler
- func (c *Controller) HandleEnableExpress() http.Handler
- func (c *Controller) HandleEvents() http.Handler
- func (c *Controller) HandleSettings() http.Handler
- func (c *Controller) HandleShow(result ResultType) http.Handler
- func (c *Controller) HandleStats() http.Handler
- type ResultType
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
}
func (*Controller) HandleDisableExpress ¶ added in v0.6.0
func (c *Controller) HandleDisableExpress() http.Handler
func (*Controller) HandleEnableExpress ¶ added in v0.6.0
func (c *Controller) HandleEnableExpress() http.Handler
func (*Controller) HandleEvents ¶ added in v0.11.0
func (c *Controller) HandleEvents() http.Handler
func (*Controller) HandleSettings ¶ added in v0.9.0
func (c *Controller) HandleSettings() http.Handler
func (*Controller) HandleShow ¶ added in v0.8.0
func (c *Controller) HandleShow(result ResultType) http.Handler
func (*Controller) HandleStats ¶ added in v0.14.0
func (c *Controller) HandleStats() http.Handler
HandleStats returns an http handler for sending JSON encoded per-user stats.
type ResultType ¶ added in v0.15.0
type ResultType int
ResultType specfies which type of renderer you want.
const ( HTML ResultType = iota JSON CSV )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.