Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enjin ¶
type Enjin interface { SiteTag() (key string) SiteName() (name string) SiteTagLine() (tagLine string) SiteLocales() (locales []language.Tag) SiteLangCatalog() (c *pkgLangCatalog.Catalog) SiteLanguageMode() (mode lang.Mode) SiteLanguageCatalog() (c catalog.Catalog) SiteDefaultLanguage() (tag language.Tag) SiteSupportsLanguage(tag language.Tag) (supported bool) SiteLanguageDisplayName(tag language.Tag) (name string, ok bool) FindTranslations(url string) (pages []*page.Page) FindPage(tag language.Tag, url string) (p *page.Page) FindPages(prefix string) (pages []*page.Page) }
Click to show internal directories.
Click to hide internal directories.