Update
This commit is contained in:
@@ -14,7 +14,7 @@ type GetProductResponseDTO struct {
|
||||
Slug string `json:"slug"`
|
||||
Price float64 `json:"price"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt *time.Time `json:"updated_at,omitempty"`
|
||||
UpdatedAt *time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
type GetProductListRequestDTO struct {
|
||||
|
||||
Reference in New Issue
Block a user