mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
First webui commit
This commit is contained in:
parent
e38f5d08ab
commit
c4611b92f8
2011 changed files with 30382 additions and 1874 deletions
|
@ -23,6 +23,7 @@ type Comment struct {
|
|||
|
||||
type Photo struct {
|
||||
UID string `json:"user_id"`
|
||||
Username string `json:"name"`
|
||||
ID int64 `json:"photo_id"`
|
||||
Likes int64 `json:"likes"`
|
||||
Comments int64 `json:"comments"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue