add product ingredients
This commit is contained in:
@@ -12,7 +12,6 @@ import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
||||
type AccountProcessor interface {
|
||||
CreateAccount(ctx context.Context, req *models.CreateAccountRequest) (*models.AccountResponse, error)
|
||||
GetAccountByID(ctx context.Context, id uuid.UUID) (*models.AccountResponse, error)
|
||||
|
||||
Reference in New Issue
Block a user