idk
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user