save

package
v0.0.0-...-cb931d6 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(log *slog.Logger, urlSaver URLRepository) http.HandlerFunc

Types

type Request

type Request struct {
	URL   string `json:"url" validate:"required,url"`
	Alias string `json:"alias,omitempty"`
}

type Response

type Response struct {
	resp.Response
	Alias string `json:"alias,omitempty"`
}

type URLRepository

type URLRepository interface {
	SaveURL(urlToSave string, alias string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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