//
pkg.gl
Category
github.com/ghostdev-labs/GoUrlShortener
controllers
package
0.0.0-20230628202252-d1510b1d4151
Repository:
https://github.com/ghostdev-labs/gourlshortener.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
75 SLOC
#
Functions
CreateShortURL
CreateShortURL creates a new short URL record from the long URL.
GetURLs
GetURLs retrieves all URL records from the database.
GetURLStats
GetURLStats retrieves the stats for a short URL.
RedirectShortURL
RedirectShortURL redirects the user to the long URL.