test-docker / types /file_data.go
Kyou0203's picture
init
2173b0f
Raw
History Blame Contribute Delete
120 Bytes
package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}