uid
This commit is contained in:
@@ -66,6 +66,7 @@ type Model struct {
|
||||
Tags string `json:"tags"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
UserID int `json:"user_id"`
|
||||
}
|
||||
|
||||
type Task struct {
|
||||
@@ -76,6 +77,7 @@ type Task struct {
|
||||
Progress int `json:"progress"` // (0-100)
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
UserID int `json:"user_id"`
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
@@ -92,6 +94,7 @@ type Image struct {
|
||||
FromImage string `json:"from_image"` // Image to start from
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
UserID int `json:"user_id"`
|
||||
}
|
||||
|
||||
type Tag struct {
|
||||
|
Reference in New Issue
Block a user