Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uploader ¶
type Uploader interface { // Upload method will be store a file on a disk and calculate a new hashed name. Request DTO mutation! Upload(reqDTO dto.UploadResourceRequest) (err error) }
Click to show internal directories.
Click to hide internal directories.