Documentation ¶ Index ¶ func DeleteUrl(c echo.Context) error func GetUrl(c echo.Context) error func New() func PostUrl(c echo.Context) error func PutUrl(c echo.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeleteUrl ¶ added in v0.1.1 func DeleteUrl(c echo.Context) error http://localhost/t?tinyurl=2n9d func GetUrl ¶ added in v0.1.1 func GetUrl(c echo.Context) error http://localhost/t/2n9d func New ¶ func New() func PostUrl ¶ added in v0.1.1 func PostUrl(c echo.Context) error http://localhost/t?url=https://www.google.com/ func PutUrl ¶ added in v0.1.1 func PutUrl(c echo.Context) error http://localhost/t?tinyurl=2n9d&newurl=https://cn.bing.com/ Types ¶ This section is empty. Source Files ¶ View all Source files echoApi.go Directories ¶ Show internal Expand all Path Synopsis base36 example server storage util Click to show internal directories. Click to hide internal directories.