Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UploadResourceInput ¶
type UploadResourceInput struct {
Resource *multipart.FileHeader `form:"redis" binding:"required"`
}
type UploadResourceOutput ¶
type UploadResourceOutput struct {
ObjectID string `json:"object_id"`
}
type UploadResourcesInput ¶
type UploadResourcesInput struct {
Resources []*multipart.FileHeader `form:"resources" binding:"required"`
}
type UploadResourcesOutput ¶
type UploadResourcesOutput struct {
Count int `json:"count"`
Data map[string]UploadResourceOutput `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.