package
0.0.0-20250114092647-a3d21043d0f0
Repository: https://github.com/golangtroshin/shorturl.git
Documentation: pkg.go.dev

# Functions

NewURLService initializes the service with the provided storage.
StartDeleteWorker starts a worker that processes URL deletion requests from the `deleteChan`.

# Structs

URLService is a struct that provides URL shortening and retrieval functionality.

# Interfaces

Service defines the interface for the URL service.