Archived
2
0

added file downloads to frontend

This commit is contained in:
William Harrell
2022-11-11 20:27:15 -05:00
parent 7c6029aa99
commit b9f31cc19c
8 changed files with 185 additions and 25 deletions

View File

@ -41,4 +41,5 @@ type WebSocketHandler interface {
type FileListItem struct {
Filename string `json:"name"`
Type string `json:"type"`
Size int64 `json:"size"`
}