added ImageID and LinkRewrite
This commit is contained in:
10
repository/categoriesRepo/categoriesRepo.go
Normal file
10
repository/categoriesRepo/categoriesRepo.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package categoriesRepo
|
||||
|
||||
type UICategoriesRepo interface {
|
||||
}
|
||||
|
||||
type CategoriesRepo struct{}
|
||||
|
||||
func New() UICategoriesRepo {
|
||||
return &CategoriesRepo{}
|
||||
}
|
||||
Reference in New Issue
Block a user