Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllFileIDType = []IDType{ IDTypeOSSCounterID, IDTypeFileID, }
Functions ¶
This section is empty.
Types ¶
type RequestDTOUploadFile ¶
type RequestDTOUploadFile struct { Namespace string `form:"namespace" json:"namespace" binding:"required"` File *multipart.FileHeader `form:"file" json:"file" binding:"required" swaggerignore:"true"` }
func (*RequestDTOUploadFile) ToUploadImage ¶
func (r *RequestDTOUploadFile) ToUploadImage() (*RequestDTOUploadImage, func() error, error)
type RequestDTOUploadImage ¶
Click to show internal directories.
Click to hide internal directories.