Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteFileRequest ¶
type DeleteFileResponse ¶
type DeleteFileResponse struct{}
func DeleteFile ¶
func DeleteFile(req DeleteFileRequest) (DeleteFileResponse, error)
type PresignURLRequest ¶
type PresignURLResponse ¶
type PresignURLResponse struct {
URL string
}
func PresignURL ¶
func PresignURL(req PresignURLRequest) (PresignURLResponse, error)
type UploadFileRequest ¶
type UploadFileResponse ¶
type UploadFileResponse struct {
URL string
}
func UploadFile ¶
func UploadFile(req UploadFileRequest) (UploadFileResponse, error)
Click to show internal directories.
Click to hide internal directories.