7 lines
90 B
Go
7 lines
90 B
Go
package handlers
|
|
|
|
type DownloadFileQuery struct {
|
|
BucketName string
|
|
ObjectKey string
|
|
}
|