package
0.0.0-20240528123408-96b4dbef904e
Repository: https://github.com/wurt83ow/tinyurl.git
Documentation: pkg.go.dev

# Functions

NewWorker creates a new Worker instance with the provided logger and storage.

# Interfaces

Log is an interface representing a logger with Warn and Info methods.
Storage is an interface representing a data storage with a method to delete URLs.
Worker is an interface representing a background worker for deleting URLs.