This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
Server
/
new-api
دنبال کردن
40
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
21cfc1ca38
شاخهها
تگها
main
master
master-merge
new-api
/
types
/
file_data.go
file_data.go
120 B
تاريخچه
خام
1
2
3
4
5
6
7
8
package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}