Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindLastResultRequest ¶
type FindLastResultRequest struct {
ProductId uint
}
type InsertProductRequest ¶
type InsertProductRequest struct { Name string Url string Price decimal.NullDecimal Height decimal.NullDecimal Length decimal.NullDecimal Weight decimal.NullDecimal Width decimal.NullDecimal Description string ImageUrl string ScrapProvider model.ScrapProvider VendorId string }
type InsertResultRequest ¶
type InsertResultRequest struct { ProductId uint StateId model.ScrapResultState ApiResult map[string]interface{} ApiResult2 map[string]interface{} }
type UpdateProductRequest ¶
type UpdateProductRequest struct { ProductId uint Name string Url string Price decimal.NullDecimal Height decimal.NullDecimal Length decimal.NullDecimal Weight decimal.NullDecimal Width decimal.NullDecimal Description string ImageUrl string LastScrappedAt time.Time }
Click to show internal directories.
Click to hide internal directories.