This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
MIXAPI
mirror of
https://github.com/aiprodcoder/MIXAPI.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
main
Branches
Tags
main
v2.5.1cl
v1.2
v1.3
v1.1
V1-20250914
v1
v1-beta.1
MIXAPI
/
dto
/
file_data.go
file_data.go
118 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
package dto
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}