package
0.0.0-20241027210334-41bbf5e38139
Repository: https://github.com/axmdv/go-url-shortener.git
Documentation: pkg.go.dev

# Functions

NewShortenerHandlers returns new ShortenerHandlers with given deps.
NewShortenerRouter returns mux, which handles all application api methods and profiler methods.

# Structs

BatchOriginal is requested batch item.
BatchShortened is batch url for response.
Request is a default request struct.
RequestBatch is a struct of BatchList.
Response is a default request struct.
ResponseBatch is a struct of shortened BatchList.
ShortenerHandlers is api handlers.