Products app
This commit is contained in:
7
products/app/api/response.go
Normal file
7
products/app/api/response.go
Normal file
@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "products/app/db"
|
||||
|
||||
type GetProductsResponse struct {
|
||||
Products []db.Product `json:"products"`
|
||||
}
|
||||
Reference in New Issue
Block a user