fix: cleanup Repository interface and resolve syntax errors
This commit is contained in:
parent
e8586826bc
commit
74e4ef1a99
1 changed files with 0 additions and 2 deletions
|
|
@ -93,8 +93,6 @@ type Repository interface {
|
|||
GetAddress(ctx context.Context, id uuid.UUID) (*domain.Address, error)
|
||||
UpdateAddress(ctx context.Context, address *domain.Address) error
|
||||
DeleteAddress(ctx context.Context, id uuid.UUID) error
|
||||
GeocodeAllAddresses(ctx context.Context) (int, error)
|
||||
StartStockCleanupWorker(ctx context.Context)
|
||||
|
||||
ListManufacturers(ctx context.Context) ([]string, error)
|
||||
ListCategories(ctx context.Context) ([]string, error)
|
||||
|
|
|
|||
Loading…
Reference in a new issue