package
0.0.0-20240709201722-125873e76882
Repository: https://github.com/rutkin/url-shortener.git
Documentation: pkg.go.dev

# Functions

create new instance of database repository.
create new instance of file repository.
create new instance of repository in memory.
create new instance of repository in config settings.

# Variables

error conflict in repository.
error url deleted.

# Structs

URLRecord - record to store info about URL in repository.

# Interfaces

Repository - interface for store records.