Created
This commit is contained in:
13
entity/image.go
Normal file
13
entity/image.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package entity
|
||||
|
||||
// ProductImage product iamge properties
|
||||
type ProductImage struct {
|
||||
ID int `json:"id"`
|
||||
DateCreated string `json:"date_created"`
|
||||
DateCreatedGMT string `json:"date_created_gmt"`
|
||||
DateModified string `json:"date_modified"`
|
||||
DateModifiedGMT string `json:"date_modified_gmt"`
|
||||
Src string `json:"src"`
|
||||
Name string `json:"name"`
|
||||
Alt string `json:"alt"`
|
||||
}
|
||||
Reference in New Issue
Block a user