new-api/types/file_data.go
CaIon 77b100ba2b
Some checks failed
Publish Docker image (Multi Registries) / Push Docker image to multiple registries (push) Has been cancelled
refactor: update function signatures to include context and improve file handling #1599
2025-08-15 18:40:54 +08:00

9 lines
120 B
Go

package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}