package
0.0.0-20211002182029-11da932010b6
Repository: https://gitlab.com/NebulousLabs/go-upnp.git
Documentation: pkg.go.dev
# Functions
MarshalBinBase64 marshals []byte to SOAP "bin.base64" type.
MarshalBinHex marshals []byte to SOAP "bin.hex" type.
MarshalBoolean marshals bool to SOAP "boolean" type.
MarshalChar marshals rune to SOAP "char" type.
MarshalDate marshals time.Time to SOAP "date" type.
MarshalDateTime marshals time.Time to SOAP "dateTime" type.
MarshalDateTimeTz marshals time.Time to SOAP "dateTime.tz" type.
MarshalFixed14_4 marshals float64 to SOAP "fixed.14.4" type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarshalTimeOfDay marshals TimeOfDay to the "time" type.
MarshalTimeOfDayTz marshals TimeOfDay to the "time.tz" type.
No description provided by the author
No description provided by the author
No description provided by the author
MarshalURI marshals *url.URL to SOAP "uri" type.
No description provided by the author
UnmarshalBinBase64 unmarshals []byte from the SOAP "bin.base64" type.
UnmarshalBinHex unmarshals []byte from the SOAP "bin.hex" type.
UnmarshalBoolean unmarshals bool from the SOAP "boolean" type.
UnmarshalChar unmarshals rune from SOAP "char" type.
UnmarshalDate unmarshals time.Time from SOAP "date" type.
UnmarshalDateTime unmarshals time.Time from the SOAP "dateTime" type.
UnmarshalDateTimeTz unmarshals time.Time from the SOAP "dateTime.tz" type.
UnmarshalFixed14_4 unmarshals float64 from SOAP "fixed.14.4" type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnmarshalTimeOfDay unmarshals TimeOfDay from the "time" type.
UnmarshalTimeOfDayTz unmarshals TimeOfDay from the "time.tz" type.
No description provided by the author
No description provided by the author
No description provided by the author
UnmarshalURI unmarshals *url.URL from the SOAP "uri" type.
# Structs
No description provided by the author
SOAPFaultError implements error, and contains SOAP fault information.
TimeOfDay is used in cases where SOAP "time" or "time.tz" is used.