newtest / types /file_data.go
xwwww's picture
Upload 888 files
305487b verified
package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}