package
0.0.3
Repository: https://github.com/jirwin/ipfs-archive.git
Documentation: pkg.go.dev

# Functions

NewArchiveURL creates a new http.Handler for the archive Url operation.
NewArchiveURLCreated creates ArchiveURLCreated with default headers values.
NewArchiveURLInternalServerError creates ArchiveURLInternalServerError with default headers values.
NewArchiveURLParams creates a new ArchiveURLParams object with the default values initialized.

# Constants

ArchiveURLCreatedCode is the HTTP code returned for type ArchiveURLCreated.
ArchiveURLInternalServerErrorCode is the HTTP code returned for type ArchiveURLInternalServerError.

# Structs

ArchiveURL swagger:route POST /archive ipfs archiveUrl Archive a URL */.
ArchiveURLCreated Archive Response swagger:response archiveUrlCreated */.
ArchiveURLInternalServerError Archive Error swagger:response archiveUrlInternalServerError */.
ArchiveURLParams contains all the bound params for the archive Url operation typically these are obtained from a http.Request swagger:parameters archiveUrl.
ArchiveURLURL generates an URL for the archive Url operation.

# Interfaces

ArchiveURLHandler interface for that can handle valid archive Url params.

# Type aliases

ArchiveURLHandlerFunc turns a function with the right signature into a archive Url handler.