Documentation
¶
Index ¶
- func CopyToTempFile(r io.Reader) (filename string, err error)
- func Download(ctx context.Context, getURL string) (io.ReadCloser, error)
- func DownloadBytes(ctx context.Context, getURL string) ([]byte, error)
- func DownloadToTempFile(ctx context.Context, getURL string) (string, error)
- func Upload(ctx context.Context, uploadURL string, contentType string, body io.Reader) error
- func UploadFile(ctx context.Context, uploadURL string, contentType string, filename string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadToTempFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.