summaryrefslogtreecommitdiff
path: root/internal/api/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/interfaces.go')
-rw-r--r--internal/api/interfaces.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/api/interfaces.go b/internal/api/interfaces.go
index 1c102a7..c9962c9 100644
--- a/internal/api/interfaces.go
+++ b/internal/api/interfaces.go
@@ -33,7 +33,6 @@ type PlanToEatAPI interface {
GetUpcomingMeals(ctx context.Context, days int) ([]models.Meal, error)
GetShoppingList(ctx context.Context) ([]models.ShoppingItem, error)
GetRecipes(ctx context.Context) error
- AddMealToPlanner(ctx context.Context, recipeID string, date time.Time, mealType string) error
}
// GoogleCalendarAPI defines the interface for Google Calendar operations