Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type METData ¶
type METData struct { XMLName xml.Name `xml:"met"` Info METInfo `xml:"info"` PreCrawford PreCrawfordTable `xml:"pre-crawford-table"` PostCrawford []PostCrawfordTable `xml:"post-crawford-table"` }
type METParameters ¶
type PostCrawfordTable ¶
type PreCrawfordTable ¶
type PreCrawfordTable struct { XMLName xml.Name `xml:"pre-crawford-table"` Type string `xml:"type,attr"` Rows []struct { ME []float32 `xml:"me"` } `xml:"row"` Parameters METParameters `xml:"parameters"` }
Click to show internal directories.
Click to hide internal directories.