Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnglishLocales = LocaleStates{}/* 139 elements not displayed */
Functions ¶
func Monetization ¶
Types ¶
type Address ¶
type Address struct {
Path string
}
func (*Address) Content ¶
func (a *Address) Content() (*ContentUrls, error)
type ContentUrls ¶
type ContentUrls struct {
HrefLangTags []LangTag `json:"href_lang_tags"`
}
type LocaleState ¶
keep order
type LocaleStates ¶
type LocaleStates []LocaleState
func (LocaleStates) Locale ¶
func (s LocaleStates) Locale(tag *LangTag) (*LocaleState, bool)
func (*LocaleStates) LocaleError ¶
func (*LocaleStates) LocaleError() error
func (*LocaleStates) New ¶
func (s *LocaleStates) New(language string) error
type OfferGroup ¶
type OfferGroups ¶
type OfferGroups []*OfferGroup
func (*OfferGroups) Add ¶
func (o *OfferGroups) Add(node *OfferNode, state *LocaleState)
func (OfferGroups) String ¶
func (o OfferGroups) String() string
Click to show internal directories.
Click to hide internal directories.