Documentation ¶
Index ¶
Constants ¶
View Source
const ( WritePerm = 0o600 DataPath = "./data" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection map[string]RecipeBank
type Post ¶
type Post struct { ID int64 `json:"id"` Author string `json:"-"` ThumbnailURL string `json:"thumbnail"` ImageURL string `json:"image"` Title string `json:"title"` HasDescription bool `json:"-"` Description string `json:"desc"` URL string `json:"url"` Added bool `json:"-"` }
func LoadExistingPosts ¶
func (*Post) DescriptionQuote ¶
func (*Post) MediumSummary ¶
func (*Post) ShortSummary ¶
type RecipeBank ¶
Click to show internal directories.
Click to hide internal directories.