types

package
v0.0.0-...-48f5d39 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2018 License: GPL-3.0 Imports: 5 Imported by: 0

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

func (b *XMLByte) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

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

func (i *XMLInt64) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

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

func (i *XMLUInt64) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

UnmarshalXML will return nil if there's no value for a uint64 element

Jump to

Keyboard shortcuts

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