shortener

package
v0.0.0-...-dfd90ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ShortenerRepository

type ShortenerRepository interface {
	Get(hash string) (string, error)
	Create(url string) (string, error)
}

type ShortenerService

type ShortenerService interface {
	Get(hash string) (string, error)
	Create(url string) (string, error)
	CreatePinLink(id int) (string, error)
}

Directories

Path Synopsis
delivery
repository

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL