This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Server
/
new-api
Sledovat
40
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
f18aec5281
Větve
Značky
main
master
master-merge
new-api
/
types
/
file_data.go
file_data.go
120 B
Historie
Surový
1
2
3
4
5
6
7
8
package types
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}