mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Updates
This commit is contained in:
@@ -8,5 +8,5 @@ type Album struct {
|
||||
Downvotes int64
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Media []string
|
||||
Media []Media
|
||||
}
|
||||
|
||||
9
types/Media.go
Normal file
9
types/Media.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
type Media struct {
|
||||
Id string
|
||||
Name string
|
||||
Title string
|
||||
Description string
|
||||
Url string
|
||||
}
|
||||
8
types/User.go
Normal file
8
types/User.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type User struct {
|
||||
Id string
|
||||
Username string
|
||||
Avatar string
|
||||
CreatedAt string
|
||||
}
|
||||
Reference in New Issue
Block a user