file_system/internal/api/handlers/download_file_query.go
2025-12-18 09:34:49 +08:00

7 lines
90 B
Go

package handlers
type DownloadFileQuery struct {
BucketName string
ObjectKey string
}