Documentation ¶ Index ¶ type Local func (Local) Delete(fileKey string) error func (Local) Save(data internal.UploadFileData) (string, error) type S3 func (S3) Delete(fileKey string) error func (S3) Save(data internal.UploadFileData) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Local ¶ type Local struct{} func (Local) Delete ¶ func (Local) Delete(fileKey string) error func (Local) Save ¶ func (Local) Save(data internal.UploadFileData) (string, error) type S3 ¶ type S3 struct{} func (S3) Delete ¶ func (S3) Delete(fileKey string) error func (S3) Save ¶ func (S3) Save(data internal.UploadFileData) (string, error) Source Files ¶ View all Source files local.gos3.go Click to show internal directories. Click to hide internal directories.