Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct { PublishedAt time.Time `json:"publishedAt"` Extra map[string]string `json:"extra,omitempty"` Body string `json:"body"` Summary string `json:"summary"` Title string `json:"title"` Slug string `json:"slug"` Tags []string `json:"tags"` IsPublished bool `json:"isPublished"` }
func (*Article) OpenGraphData ¶
func (a *Article) OpenGraphData() OpenGraphData
type ContextData ¶
type OpenGraphData ¶
Click to show internal directories.
Click to hide internal directories.