Documentation ¶
Index ¶
Constants ¶
View Source
const RecipesPath = base.DataPath + "/kk/recipes.json"
View Source
const UsedIDsPath = base.DataPath + "/kk/used.json"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Recipe ¶
type Recipe struct { ID string `json:"id"` Title string `json:"title"` Excerpt string `json:"excerpt"` Slug string `json:"slug"` FeaturedImage struct { Nodes struct { Src string `json:"sourceUrl"` } `json:"node"` } `json:"featuredImage"` Categories struct { Nodes []struct { Name string `json:"name"` Slug string `json:"slug"` } `json:"nodes"` } `json:"categories"` }
Click to show internal directories.
Click to hide internal directories.