Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
6
pkg/common/product_search.go
Normal file
6
pkg/common/product_search.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type ProductSearch struct {
|
||||
Search string `json:"search" validate:"max=1024"`
|
||||
Product
|
||||
}
|
||||
Reference in New Issue
Block a user