feat: setup editable product struct
This commit is contained in:
10
app/repos/productEditingRepo/productEditingRepo.go
Normal file
10
app/repos/productEditingRepo/productEditingRepo.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package productEditingRepo
|
||||
|
||||
type UIProductEditingRepo interface {
|
||||
}
|
||||
|
||||
type ProductEditingRepo struct{}
|
||||
|
||||
func New() UIProductEditingRepo {
|
||||
return &ProductEditingRepo{}
|
||||
}
|
||||
Reference in New Issue
Block a user