Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSStoredFile ¶
type AWSStoredFile struct {
Key string
}
AWSStoredFile ......
func (*AWSStoredFile) AsFileOutput ¶
func (f *AWSStoredFile) AsFileOutput() (*domain.FileOutput, error)
func (*AWSStoredFile) DownloadURL ¶
func (f *AWSStoredFile) DownloadURL() (string, error)
DownloadURL ......
func (*AWSStoredFile) UploadURL ¶
func (f *AWSStoredFile) UploadURL() (string, error)
UploadURL .......
type AWSUnStoredFile ¶
type AWSUnStoredFile struct {
URL string
}
AWSUnStoredFile ....
func (*AWSUnStoredFile) AsFileOutput ¶
func (f *AWSUnStoredFile) AsFileOutput() (*domain.FileOutput, error)
func (*AWSUnStoredFile) DownloadURL ¶
func (f *AWSUnStoredFile) DownloadURL() (string, error)
DownloadURL .....
func (*AWSUnStoredFile) UploadURL ¶
func (f *AWSUnStoredFile) UploadURL() (string, error)
UploadURL .....
Click to show internal directories.
Click to hide internal directories.