package
Version:
v0.0.0-...-422268b
Opens a new window with list of versions in this module.
Published: Jul 11, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UploadBusiness interface {
Upload(ctx context.Context, data []byte, folder, fileName string, contentType string) (*core.Image, error)
UploadLocal(ctx context.Context, fileHeader *multipart.FileHeader, data []byte, folder, fileName string) (*core.Image, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.