Documentation ¶
Overview ¶
Package realm contains web controllers for selecting the effective realm.
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
}
func New ¶
func New(ctx context.Context, config *config.ServerConfig, db *database.Database, h *render.Renderer) *Controller
New creates a new realm controller.
func (*Controller) HandleIndex ¶
func (c *Controller) HandleIndex() http.Handler
func (*Controller) HandleSelect ¶
func (c *Controller) HandleSelect() http.Handler
Click to show internal directories.
Click to hide internal directories.