package
0.0.0-20241003173054-2604c7f51879
Repository: https://github.com/darisorokina/go-first-sprint.git
Documentation: pkg.go.dev

# Structs

Request represents a structure for incoming requests containing the original URL to be shortened.
Response represents a structure for outgoing responses containing the shortened URL as a result.
URLPair represents a structure for storing the association between a shortened URL and its corresponding original URL.
URLsClientID represents a structure for storing multiple URLs associated with a specific client identified by a ClientID.