This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Server
/
new-api
Xem
40
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
43e068c0c0
Branches
Tags
main
master
master-merge
new-api
/
types
/
file_data.go
file_data.go
120 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}