Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UploadController ¶
type UploadController struct {
// contains filtered or unexported fields
}
func NewUploadController ¶
func NewUploadController(cloud services.CloudinaryAgent, coll services.FileDB) UploadController
func (UploadController) GetUploadedFile ¶
func (uc UploadController) GetUploadedFile(c *gin.Context)
func (UploadController) ListUploadedFiles ¶
func (uc UploadController) ListUploadedFiles(c *gin.Context)
func (UploadController) UploadFiles ¶
func (uc UploadController) UploadFiles(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.