package
1.0.7
Repository: https://github.com/borschtapp/krip.git
Documentation: pkg.go.dev

# Structs

AggregateRating represents the average rating based on multiple ratings or reviews https://schema.org/AggregateRating.
DataInput represents the input data for the scraper.
HowToSection a group of steps in the instructions https://schema.org/HowToSection.
HowToStep a step in the instructions https://schema.org/HowToStep.
ImageObject represents an image object https://schema.org/ImageObject.
InputOptions options for pre-processing input.
NutritionInformation according to https://schema.org/NutritionInformation.
Organization according to https://schema.org/Organization.
Person according to https://schema.org/Person.
Recipe is the basic struct for the recipe https://schema.org/Recipe Perhaps, I would rename recipeYield, recipeIngredient, recipeInstructions to their aliases, but many websites expect only these names (like Google Search https://developers.google.com/search/docs/appearance/structured-data/recipe).
VideoObject represents a video object https://schema.org/VideoObject.

# Type aliases

Scraper defines a function that fill a recipe from the input data.