package
0.0.0-20240215220921-7b5a127e6df5
Repository: https://github.com/mowlcoder/go-url-shortener.git
Documentation: pkg.go.dev

# Functions

New create URLStorage base on given config.
NewDatabaseStorage create database storage and run migrations.
NewFileStorage create file storage with file at given path.
NewInMemoryStorage create in memory storage.

# Variables

PgUniqueIndexErrorCode is code of postgresql error.

# Structs

DatabaseStorage is storage that store all information in database.
FileStorage is storage that store all information in file on disk.
InMemoryStorage is storage that store all information in memory.

# Interfaces

URLStorage is common interface for all storages.