This commit is contained in:
2023-04-28 07:13:50 +08:00
parent c2549703f0
commit 8b14c7b7ec
5 changed files with 13 additions and 4 deletions

View File

@@ -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 {