package
0.0.0-20240707120335-750cfb355305
Repository: https://github.com/avgenie/url-shortener.git
Documentation: pkg.go.dev
# Structs
AllUrlsResponse Contains information about original and short URL in JSON representation.
BatchObjectRequest Input struct for batch POST request.
BatchObjectResponse Output struct for batch POST request.
Request Contains information about original URL in JSON representation.
ReqURLBatchObject Struct for passing batch URL data to storage.
Response Contains information about short URL in JSON representation.
# Type aliases
AllUrlsBatch Slice of AllUrlsResponse structs.
ReqBatch Slice of structs for passing batch URL data to storage.
ReqDeletedURLBatch Contains input information about deleted URLs.
ReqURLBatch Input slice of structs for batch POST request.
ResBatch Output slice of structs for batch POST request.