Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductRecord ¶
type RecipeRecord ¶
type RecipeRecord struct { UserID string `json:"userID"` RecipeIdentifier string `json:"recipeIdentifier"` RecipeName string `json:"recipeName"` PhotoURL string `json:"photoURL"` Notes string `json:"notes"` Description string `json:"description"` Sharing string `json:"sharing"` Steps []map[string]interface{} `json:"steps"` Ingredients []map[string]interface{} `json:"ingredients"` }
Record struct that will house the DynamoDB records.
Click to show internal directories.
Click to hide internal directories.