Versions in this module Expand all Collapse all v0 v0.0.3 May 7, 2022 v0.0.1 May 7, 2022 Changes in this version + type Favii struct + func New(useCache bool) *Favii + func (f *Favii) GetMetaInfo(url string) (*MetaInfo, error) + type Favvo struct + func Setup() *Favvo + func (f *Favvo) UpdateSite(site Site) (Site, error) + type Link struct + Href string + Rel string + type Manifest struct + BackgroundColor string + IconURL string + Name string + ThemeColor string + type Meta struct + Content string + Name string + type MetaInfo struct + BackgroundColor string + Links []Link + Manifest Link + Metas []Meta + ThemeColor string + URL *url.URL + func (m *MetaInfo) GetFaviconURL() string + func (m *MetaInfo) GetManifest() (Manifest, error) + type Site struct + BackgroundColor string + Icon string + Name string + ThemeColor string + URL string