Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LanguageTag ¶
type SheetTag ¶
type SheetTag struct { XMLName xml.Name `xml:"sheet"` Language LanguageTag `xml:"language"` }
type T3FlexFormsTag ¶
type T3FlexFormsTag struct { XMLName xml.Name `xml:"T3FlexForms"` Meta MetaTag `xml:"meta"` Data DataTag `xml:"data"` }
func ParseFlexForm ¶
func ParseFlexForm(flexFormData []byte) (*T3FlexFormsTag, error)
ParseFlexForm parses TV flex form data into a struct
Click to show internal directories.
Click to hide internal directories.