langs

package
v0.0.0-...-d10ae67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type AttributeGroupLang

type AttributeGroupLang struct {
	XMLName        xml.Name `xml:"entity_attribute_group"`
	Text           string   `xml:",chardata"`
	AttributeGroup []struct {
		IDLang     string `xml:",chardata" struct2map:"key:id_lang"`
		ID         string `xml:"id,attr" struct2map:"key:id_attribute_group"`
		Name       string `xml:"name,attr" struct2map:"key:name"`
		PublicName string `xml:"public_name,attr" struct2map:"key:public_name"`
	} `xml:"attribute_group"`
}

type AttributeLang

type AttributeLang struct {
	XMLName   xml.Name `xml:"entity_attribute"`
	Text      string   `xml:",chardata"`
	Attribute []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_attribute"`
		Name   string `xml:"name,attr" struct2map:"key:name"`
	} `xml:"attribute"`
}

type CarrierLang

type CarrierLang struct {
	XMLName xml.Name `xml:"entity_carrier"`
	Text    string   `xml:",chardata"`
	Carrier []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_carrier"`
		Delay  string `xml:"delay,attr" struct2map:"key:delay"`
	} `xml:"carrier"`
}

type CategoryLang

type CategoryLang struct {
	XMLName  xml.Name `xml:"entity_category"`
	Text     string   `xml:",chardata"`
	Category []struct {
		IDLang      string `xml:",chardata" struct2map:"key:id_lang"`
		IDShop      string `xml:"id_shop,attr" struct2map:"key:id_shop"`
		ID          string `xml:"id,attr" struct2map:"key:id_category"`
		Name        string `xml:"name,attr" struct2map:"key:name"`
		Description string `xml:"description,attr" struct2map:"key:description"`
		LinkRewrite string `xml:"link_rewrite,attr" struct2map:"key:link_rewrite"`
	} `xml:"category"`
}

Category was generated 2021-02-06 11:42:58 by evolutive on eg-cdn.gsi-network.com.

type FeatureLang

type FeatureLang struct {
	XMLName xml.Name `xml:"entity_feature"`
	Text    string   `xml:",chardata"`
	Feature []struct {
		Text string `xml:",chardata" struct2map:"-"`
		ID   string `xml:"id,attr" struct2map:"key:id_feature"`
		Name string `xml:"name,attr" struct2map:"key:name"`
	} `xml:"feature"`
}

Feature was generated 2021-02-06 11:43:01 by evolutive on eg-cdn.gsi-network.com.

type FeatureValueLang

type FeatureValueLang struct {
	XMLName      xml.Name `xml:"entity_feature_value"`
	Text         string   `xml:",chardata"`
	FeatureValue []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_feature_value"`
		Value  string `xml:"value,attr" struct2map:"key:value"`
	} `xml:"feature_value"`
}

FeatureValue was generated 2021-02-06 11:42:59 by evolutive on eg-cdn.gsi-network.com.

type ImageLang

type ImageLang struct {
	XMLName xml.Name `xml:"entity_image"`
	Text    string   `xml:",chardata"`
	Image   []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_image"`
		Legend string `xml:"legend,attr" struct2map:"key:legend"`
	} `xml:"image"`
}

Image was generated 2021-02-06 11:42:59 by evolutive on eg-cdn.gsi-network.com.

type ManufacturerLang

type ManufacturerLang struct {
	XMLName      xml.Name `xml:"entity_manufacturer"`
	Text         string   `xml:",chardata"`
	Manufacturer []struct {
		IDLang           string `xml:",chardata" struct2map:"key:id_lang"`
		ID               string `xml:"id,attr" struct2map:"key:id_manufacturer"`
		Description      string `xml:"description,attr" struct2map:"key:description"`
		ShortDescription string `xml:"short_description,attr" struct2map:"key:short_description"`
		MetaTitle        string `xml:"meta_title,attr" struct2map:"key:meta_title"`
		MetaKeywords     string `xml:"meta_keywords,attr" struct2map:"key:meta_keywords"`
	} `xml:"manufacturer"`
}

Manufacturer was generated 2021-02-06 11:42:58 by evolutive on eg-cdn.gsi-network.com.

type OrderMessageLang

type OrderMessageLang struct {
	XMLName      xml.Name `xml:"entity_order_message"`
	Text         string   `xml:",chardata"`
	OrderMessage []struct {
		IDLang  string `xml:",chardata" struct2map:"key:id_lang"`
		ID      string `xml:"id,attr" struct2map:"key:id_order_message"`
		Name    string `xml:"name,attr" struct2map:"key:name"`
		Message string `xml:"message,attr" struct2map:"key:message"`
	} `xml:"order_message"`
}

OrderMessage was generated 2021-02-06 11:42:59 by evolutive on eg-cdn.gsi-network.com.

type ProductLang

type ProductLang struct {
	XMLName xml.Name `xml:"entity_product"`
	Text    string   `xml:",chardata"`
	Product []struct {
		IDLang           string `xml:",chardata" struct2map:"key:id_lang"`
		IDShop           string `xml:"id_shop,attr" struct2map:"key:id_shop"`
		ID               string `xml:"id,attr" struct2map:"key:id_product"`
		Name             string `xml:"name,attr" struct2map:"key:name"`
		Description      string `xml:"description,attr" struct2map:"key:description"`
		DescriptionShort string `xml:"description_short,attr" struct2map:"key:description_short"`
		LinkRewrite      string `xml:"link_rewrite,attr" struct2map:"key:link_rewrite"`
		AvailableNow     string `xml:"available_now,attr" struct2map:"key:available_now"`
	} `xml:"product"`
}

Product was generated 2021-02-06 11:43:01 by evolutive on eg-cdn.gsi-network.com.

type ProfileLang

type ProfileLang struct {
	XMLName xml.Name `xml:"entity_profile"`
	Text    string   `xml:",chardata"`
	Profile []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_profile"`
		Name   string `xml:"name,attr" struct2map:"key:name"`
	} `xml:"profile"`
}

Profile was generated 2021-02-06 11:42:59 by evolutive on eg-cdn.gsi-network.com.

type StoreLang

type StoreLang struct {
	XMLName xml.Name `xml:"entity_store"`
	Text    string   `xml:",chardata"`
	Store   []struct {
		IDLang   string `xml:",chardata" struct2map:"key:id_lang"`
		ID       string `xml:"id,attr" struct2map:"key:id_store"`
		Name     string `xml:"name,attr" struct2map:"key:name"`
		Address1 string `xml:"address1,attr" struct2map:"key:address1"`
		Address2 string `xml:"address2,attr" struct2map:"key:address2"`
		Hours    string `xml:"hours,attr" struct2map:"key:hours"`
	} `xml:"store"`
}

Store was generated 2021-02-06 11:43:01 by evolutive on eg-cdn.gsi-network.com.

type SupplierLang

type SupplierLang struct {
	XMLName  xml.Name `xml:"entity_supplier"`
	Text     string   `xml:",chardata"`
	Supplier []struct {
		IDLang string `xml:",chardata" struct2map:"key:id_lang"`
		ID     string `xml:"id,attr" struct2map:"key:id_supplier"`
		Name   string `xml:"name,attr" struct2map:"key:description"`
	} `xml:"supplier"`
}

Supplier was generated 2021-02-06 11:42:59 by evolutive on eg-cdn.gsi-network.com.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL