Documentation ¶
Overview ¶
Package redirect defines the controller for the deep link redirector.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStoreData ¶ added in v0.12.0
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *database.Database, config *config.RedirectConfig, cacher cache.Cacher, h *render.Renderer) (*Controller, error)
New creates a new redirect controller.
func (*Controller) HandleIndex ¶
func (c *Controller) HandleIndex() http.Handler
Click to show internal directories.
Click to hide internal directories.