uid
This commit is contained in:
@@ -19,6 +19,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"`
|
||||
}
|
||||
|
||||
func (image *Image) Create() error {
|
||||
|
Reference in New Issue
Block a user