Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ogp ¶
type Ogp struct { // the four required properties Title string `json:"title"` // og:title Type string `json:"type"` // og:type Image []*OgpImage `json:"image"` // og:image Url string `json:"url"` // og:url // optional metadata Audio []*OgpAudio `json:"audio"` // og:audio Description string `json:"description"` // og:description Determiner string `json:"determiner"` // og:determiner Locale string `json:"locale"` // og:locale LocaleAlternate []string `json:"locale_alternate"` // og:locale:alternate SiteName string `json:"site_name"` // og:site_name Video []*OgpVideo `json:"video"` // og:video }
Click to show internal directories.
Click to hide internal directories.