Versions in this module Expand all Collapse all v0 v0.0.5 Apr 16, 2024 v0.0.4 Apr 16, 2024 Changes in this version + func IsDuplicatedKeyError(err error) bool + func IsNotFoundError(err error) bool + type Storage struct + func NewStorage(cfg *config.Config) (*Storage, error) + func (s *Storage) CloseStorage() + func (s *Storage) DeleteURL(ctx context.Context, alias string) error + func (s *Storage) GetURL(ctx context.Context, alias string) (string, error) + func (s *Storage) SaveURL(ctx context.Context, urlToSave string, alias string) error