mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
добавил ручки для фронта
This commit is contained in:
@@ -28,4 +28,7 @@ type Repository interface {
|
||||
|
||||
// FindMatch ищет товар по точному совпадению названия
|
||||
FindMatch(rawName string) (*uuid.UUID, error)
|
||||
|
||||
// GetAllMatches возвращает все существующие привязки
|
||||
GetAllMatches() ([]ProductMatch, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user