This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Server
/
new-api
Obserwuj
40
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
306a1a3f57
Gałęzie
Tagi
main
master
master-merge
new-api
/
dto
/
file_data.go
file_data.go
118 B
Historia
Czysty
1
2
3
4
5
6
7
8
package dto
type LocalFileData struct {
MimeType string
Base64Data string
Url string
Size int64
}