Documentation ¶
Overview ¶
Package index defines the controller for the index/landing page.
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, h *render.Renderer) *Controller
New creates a new index controller. The index controller is thread-safe.
func (*Controller) HandleIndex ¶
func (c *Controller) HandleIndex() http.Handler
Click to show internal directories.
Click to hide internal directories.