Improved the stream page some more and now going to make the game display page a parody of a steam page.
This commit is contained in:
parent
fc99fc955b
commit
a013a26d94
8 changed files with 25 additions and 12 deletions
|
|
@ -32,6 +32,10 @@ type Game struct {
|
|||
Slug string `db:"slug" json:"slug"`
|
||||
Title string `db:"title" json:"title"`
|
||||
Description string `db:"description" json:"description"`
|
||||
Image string `db:"image" json:"image"`
|
||||
Url string `db:"url" json:"url"`
|
||||
Tags string `db:"tags" json:"tags"`
|
||||
Video string `db:"video" json:"video"`
|
||||
}
|
||||
|
||||
func Models() map[string]reflect.Type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue