7 lines
133 B
Go
7 lines
133 B
Go
package requests
|
|
|
|
type DownloadFileRequest struct {
|
|
BucketName string `form:"bucket_name"`
|
|
ObjectKey string `form:"object_key"`
|
|
}
|