epa / dto /file_data.go
pikilap
I apolog
d8e9b2c
package dto
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}