This commit is contained in:
gitGnome
2026-04-16 14:23:14 +02:00
parent 6d0eaa92e9
commit f0fdaedd8c
4 changed files with 28 additions and 154 deletions
-9
View File
@@ -104,12 +104,3 @@ type WsAuthMessage struct {
Success bool `json:"success"`
Error string `json:"error"`
}
type FileMetadata struct {
CreatedAt time.Time `json:"createdAt"`
Connections []uuid.UUID `json:"connections"`
Name string `json:"name"`
Hash Sha256Hash `json:"hash"`
Id uuid.UUID `json:"id"`
UploaderId uuid.UUID `json:"uploaderId"`
}