package
0.0.0-20250205152611-bfae35225242
Repository: https://github.com/ole-larsen/plutonium.git
Documentation: pkg.go.dev
# Functions
NewGetFrontendStorageFiles creates a new http.Handler for the get frontend storage files operation.
NewGetFrontendStorageFilesBadRequest creates GetFrontendStorageFilesBadRequest with default headers values.
NewGetFrontendStorageFilesInternalServerError creates GetFrontendStorageFilesInternalServerError with default headers values.
NewGetFrontendStorageFilesNotFound creates GetFrontendStorageFilesNotFound with default headers values.
NewGetFrontendStorageFilesOK creates GetFrontendStorageFilesOK with default headers values.
NewGetFrontendStorageFilesParams creates a new GetFrontendStorageFilesParams object
There are no default values defined in the spec.
NewGetFrontendStorageFilesUnauthorized creates GetFrontendStorageFilesUnauthorized with default headers values.
NewPostFrontendStorageFiles creates a new http.Handler for the post frontend storage files operation.
NewPostFrontendStorageFilesBadRequest creates PostFrontendStorageFilesBadRequest with default headers values.
NewPostFrontendStorageFilesInternalServerError creates PostFrontendStorageFilesInternalServerError with default headers values.
NewPostFrontendStorageFilesNotFound creates PostFrontendStorageFilesNotFound with default headers values.
NewPostFrontendStorageFilesOK creates PostFrontendStorageFilesOK with default headers values.
NewPostFrontendStorageFilesParams creates a new PostFrontendStorageFilesParams object
There are no default values defined in the spec.
NewPostFrontendStorageFilesUnauthorized creates PostFrontendStorageFilesUnauthorized with default headers values.
NewPutFrontendStorageFiles creates a new http.Handler for the put frontend storage files operation.
NewPutFrontendStorageFilesBadRequest creates PutFrontendStorageFilesBadRequest with default headers values.
NewPutFrontendStorageFilesInternalServerError creates PutFrontendStorageFilesInternalServerError with default headers values.
NewPutFrontendStorageFilesNotFound creates PutFrontendStorageFilesNotFound with default headers values.
NewPutFrontendStorageFilesOK creates PutFrontendStorageFilesOK with default headers values.
NewPutFrontendStorageFilesParams creates a new PutFrontendStorageFilesParams object
There are no default values defined in the spec.
NewPutFrontendStorageFilesUnauthorized creates PutFrontendStorageFilesUnauthorized with default headers values.
# Constants
GetFrontendStorageFilesBadRequestCode is the HTTP code returned for type GetFrontendStorageFilesBadRequest.
GetFrontendStorageFilesInternalServerErrorCode is the HTTP code returned for type GetFrontendStorageFilesInternalServerError.
GetFrontendStorageFilesNotFoundCode is the HTTP code returned for type GetFrontendStorageFilesNotFound.
GetFrontendStorageFilesOKCode is the HTTP code returned for type GetFrontendStorageFilesOK.
GetFrontendStorageFilesUnauthorizedCode is the HTTP code returned for type GetFrontendStorageFilesUnauthorized.
PostFrontendStorageFilesBadRequestCode is the HTTP code returned for type PostFrontendStorageFilesBadRequest.
PostFrontendStorageFilesInternalServerErrorCode is the HTTP code returned for type PostFrontendStorageFilesInternalServerError.
PostFrontendStorageFilesNotFoundCode is the HTTP code returned for type PostFrontendStorageFilesNotFound.
PostFrontendStorageFilesOKCode is the HTTP code returned for type PostFrontendStorageFilesOK.
PostFrontendStorageFilesUnauthorizedCode is the HTTP code returned for type PostFrontendStorageFilesUnauthorized.
PutFrontendStorageFilesBadRequestCode is the HTTP code returned for type PutFrontendStorageFilesBadRequest.
PutFrontendStorageFilesInternalServerErrorCode is the HTTP code returned for type PutFrontendStorageFilesInternalServerError.
PutFrontendStorageFilesNotFoundCode is the HTTP code returned for type PutFrontendStorageFilesNotFound.
PutFrontendStorageFilesOKCode is the HTTP code returned for type PutFrontendStorageFilesOK.
PutFrontendStorageFilesUnauthorizedCode is the HTTP code returned for type PutFrontendStorageFilesUnauthorized.
# Variables
PostFrontendStorageFilesMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.
PutFrontendStorageFilesMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.
# Structs
GetFrontendStorageFiles swagger:route GET /frontend/storage/files FileStorage getFrontendStorageFiles
GetFrontendStorageFiles get frontend storage files API
*/.
GetFrontendStorageFilesBadRequest Bad request due to missing or invalid parameters.
GetFrontendStorageFilesInternalServerError Internal server error.
GetFrontendStorageFilesNotFound Not found.
GetFrontendStorageFilesOK An array of uploaded files
swagger:response getFrontendStorageFilesOK
*/.
GetFrontendStorageFilesParams contains all the bound params for the get frontend storage files operation typically these are obtained from a http.Request
swagger:parameters GetFrontendStorageFiles.
GetFrontendStorageFilesUnauthorized Unauthorized.
GetFrontendStorageFilesURL generates an URL for the get frontend storage files operation.
PostFrontendStorageFiles swagger:route POST /frontend/storage/files FileStorage postFrontendStorageFiles
Uploads a file.
PostFrontendStorageFilesBadRequest Bad request due to missing or invalid parameters.
PostFrontendStorageFilesInternalServerError Internal server error.
PostFrontendStorageFilesNotFound Not found.
PostFrontendStorageFilesOK successful upload
swagger:response postFrontendStorageFilesOK
*/.
PostFrontendStorageFilesParams contains all the bound params for the post frontend storage files operation typically these are obtained from a http.Request
swagger:parameters PostFrontendStorageFiles.
PostFrontendStorageFilesUnauthorized Unauthorized.
PostFrontendStorageFilesURL generates an URL for the post frontend storage files operation.
PutFrontendStorageFiles swagger:route PUT /frontend/storage/files FileStorage putFrontendStorageFiles
Edit uploaded file.
PutFrontendStorageFilesBadRequest Bad request due to missing or invalid parameters.
PutFrontendStorageFilesInternalServerError Internal server error.
PutFrontendStorageFilesNotFound Not found.
PutFrontendStorageFilesOK successful edit
swagger:response putFrontendStorageFilesOK
*/.
PutFrontendStorageFilesParams contains all the bound params for the put frontend storage files operation typically these are obtained from a http.Request
swagger:parameters PutFrontendStorageFiles.
PutFrontendStorageFilesUnauthorized Unauthorized.
PutFrontendStorageFilesURL generates an URL for the put frontend storage files operation.
# Interfaces
GetFrontendStorageFilesHandler interface for that can handle valid get frontend storage files params.
PostFrontendStorageFilesHandler interface for that can handle valid post frontend storage files params.
PutFrontendStorageFilesHandler interface for that can handle valid put frontend storage files params.
# Type aliases
GetFrontendStorageFilesHandlerFunc turns a function with the right signature into a get frontend storage files handler.
PostFrontendStorageFilesHandlerFunc turns a function with the right signature into a post frontend storage files handler.
PutFrontendStorageFilesHandlerFunc turns a function with the right signature into a put frontend storage files handler.