Documentation
¶
Index ¶
- func DeleteFile(url string) (bool, error)
- func DeleteS3(bucket, key string) (*s3.DeleteObjectOutput, error)
- func DownloadS3(bucket, key string) (*s3.GetObjectOutput, error)
- func DownloaderFile(url string) (string, error)
- func SendSMS(contactNumbers []string, content string, params et.Json, tp string) (et.Items, error)
- func UploaderB64(b64, filename, contentType string) (et.Item, error)
- func UploaderFile(r *http.Request, folder, name string) (et.Item, error)
- func UploaderS3(bucket, filename, contentType string, contentFile []byte) (*s3manager.UploadOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFile ¶
* * DeleteFile * @param url string * @return bool, error *
func DeleteS3 ¶
func DeleteS3(bucket, key string) (*s3.DeleteObjectOutput, error)
* * DeleteS3 * @param bucket, key string * @return *s3.DeleteObjectOutput, error *
func DownloadS3 ¶
func DownloadS3(bucket, key string) (*s3.GetObjectOutput, error)
* * DownloadS3 * @param bucket, key string * @return *s3.GetObjectOutput, error *
func DownloaderFile ¶
* * DownloaderFile * @param url string * @return string, error *
func SendSMS ¶
* * SendSMS * @param contactNumbers []string, content string, params et.Json, tp string * @return et.Items, error *
func UploaderB64 ¶
* * UploaderB64 * @param b64, filename, contentType string * @return et.Json, error *
func UploaderFile ¶
* * UploaderFile * @param r *http.Request, folder, name string * @return et.Item, error *
func UploaderS3 ¶
func UploaderS3(bucket, filename, contentType string, contentFile []byte) (*s3manager.UploadOutput, error)
* * UploaderS3 * @param bucket, filename, contentType string, contentFile []byte * @return *s3manager.UploadOutput, error *
Types ¶
This section is empty.