Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
LINK2JSON_DEBUG bool
)
Functions ¶
Types ¶
type MetaDataResponseItem ¶
type MetaDataResponseItem struct {
Title string `json:"title"`
Description string `json:"description"`
Images []WebImage `json:"images"`
Sitename string `json:"sitename"`
Favicon string `json:"favicon"`
Duration int `json:"duration"`
Domain string `json:"domain"`
URL string `json:"url"`
}
func GetMetadata ¶
func GetMetadata(url string) (*MetaDataResponseItem, error)
Click to show internal directories.
Click to hide internal directories.