backend functions for list, download, and delete local files

This commit is contained in:
2023-05-17 18:32:46 +02:00
parent 77f9eb0c2a
commit 3737e86de3
4 changed files with 114 additions and 0 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/gofiber/websocket/v2 v2.1.5
github.com/google/uuid v1.3.0
github.com/marcopeocchi/fazzoletti v0.0.0-20230308161120-c545580f79fa
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
golang.org/x/sys v0.7.0
gopkg.in/yaml.v3 v3.0.1
)