Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XMLByte ¶
type XMLByte byte
XMLByte is used to parse float64 values from an xml message where it's possible the value may be nil without failing
func (*XMLByte) UnmarshalXML ¶
UnmarshalXML will return nil if there's no value for a byte element
type XMLFloat64 ¶
type XMLFloat64 float64
XMLFloat64 is used to parse float64 values from an xml message where it's possible the value may be nil without failing
func (*XMLFloat64) UnmarshalXML ¶
func (f *XMLFloat64) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
UnmarshalXML will return nil if there's no value for a float64 element
type XMLInt64 ¶
type XMLInt64 int64
XMLInt64 is used to parse float64 values from an xml message where it's possible the value may be nil without failing
func (*XMLInt64) UnmarshalXML ¶
UnmarshalXML will return nil if there's no value for a int64 element
type XMLUInt64 ¶
type XMLUInt64 uint64
XMLUInt64 is used to parse float64 values from an xml message where it's possible the value may be nil without failing
func (*XMLUInt64) UnmarshalXML ¶
UnmarshalXML will return nil if there's no value for a uint64 element