Add base
This commit is contained in:
8
api/internal/core/entities/Download.go
Normal file
8
api/internal/core/entities/Download.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entities
|
||||
|
||||
type Download struct {
|
||||
ID string `json:"id"`
|
||||
Status string `json:"status"`
|
||||
Link string `json:"link"`
|
||||
Data string `json:"data"`
|
||||
}
|
Reference in New Issue
Block a user