handler

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadHandler

func DownloadHandler(piece string, api string, meta model.Metadata) error

func UnmarshalPieceReader

func UnmarshalPieceReader(data []byte) (*store.PieceReader, error)

Types

type Error

type Error struct {
	Err            error
	HTTPStatusCode int
}

func NewBadRequestError

func NewBadRequestError(err error) *Error

func NewBadRequestString

func NewBadRequestString(err string) *Error

func NewHandlerError

func NewHandlerError(err error) *Error

func NewHttpError

func NewHttpError(code int, err string) *Error

func (*Error) CliError

func (e *Error) CliError() error

func (*Error) Error

func (e *Error) Error() string

func (*Error) HttpResponse

func (e *Error) HttpResponse(c echo.Context) error

type HTTPError

type HTTPError struct {
	Err string `json:"err"`
}

Directories

Path Synopsis
Code generated.
Code generated.

Jump to

Keyboard shortcuts

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