diff options
Diffstat (limited to 'internal/api/plantoeat.go')
| -rw-r--r-- | internal/api/plantoeat.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/api/plantoeat.go b/internal/api/plantoeat.go index ab5d2cd..770987a 100644 --- a/internal/api/plantoeat.go +++ b/internal/api/plantoeat.go @@ -7,7 +7,6 @@ import ( "log" "net/http" "strings" - "time" "github.com/PuerkitoBio/goquery" @@ -190,11 +189,6 @@ func (c *PlanToEatClient) GetRecipes(ctx context.Context) error { return fmt.Errorf("not implemented yet") } -// AddMealToPlanner adds a meal to the planner (for Phase 2) -func (c *PlanToEatClient) AddMealToPlanner(ctx context.Context, recipeID string, date time.Time, mealType string) error { - return fmt.Errorf("not implemented yet") -} - // GetShoppingList fetches the shopping list by scraping the web interface // Requires a valid session cookie set via SetSessionCookie func (c *PlanToEatClient) GetShoppingList(ctx context.Context) ([]models.ShoppingItem, error) { |
