Files
eway/internal/storage/storage.go
2024-01-24 16:12:16 +03:00

9 lines
174 B
Go

package storage
import "git.loyso.art/frx/eway/internal/entity"
type Repository interface {
Category() entity.CategoryRepository
GoodsItem() entity.GoodsItemRepository
}