Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedirectHandler ¶
type RedirectHandler interface { Get(http.ResponseWriter, *http.Request) Post(http.ResponseWriter, *http.Request) }
func NewHandler ¶
func NewHandler(redirectService app.RedirectService) RedirectHandler
Click to show internal directories.
Click to hide internal directories.