package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Oct 25, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type PresignedURL struct {
UploadURL string `json:"upload_url"`
FileURL string `json:"file_url"`
}
PresignedURL struct to describe pre-signed URL response.
type UploadedFile struct {
Field string `json:"field"`
Name string `json:"name"`
Path string `json:"path"`
Size int64 `json:"size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.