data

package
v0.0.0-...-cb1006b Latest Latest
Warning

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

Go to latest
Published: May 30, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StorageReadWrite

type StorageReadWrite interface {
	StorageReader
	StorageWriter
}

type StorageReader

type StorageReader interface {
	GetURL(shortCode string) (models.URL, error)
	GetShortCode(destination string) (string, error)
	Health() bool
}

type StorageWriter

type StorageWriter interface {
	Open() error
	Close() error
	SetURL(shortCode, url string) error
	Delete(shortCode string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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