Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3d15cb1a1 |
@@ -13,8 +13,8 @@ type GetProductResponseDTO struct {
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
Price float64 `json:"price"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at,omitempty"`
|
||||
CreatedAt time.Duration `json:"created_at"`
|
||||
UpdatedAt time.Duration `json:"updated_at,omitempty"`
|
||||
}
|
||||
|
||||
type GetProductListRequestDTO struct {
|
||||
|
||||
Reference in New Issue
Block a user