Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64Bytes ¶
type Base64Bytes []byte
func (*Base64Bytes) MarshalText ¶
func (v *Base64Bytes) MarshalText() (text []byte, err error)
func (*Base64Bytes) MarshalXMLAttr ¶
func (*Base64Bytes) UnmarshalText ¶
func (v *Base64Bytes) UnmarshalText(text []byte) (err error)
func (*Base64Bytes) UnmarshalXMLAttr ¶
func (v *Base64Bytes) UnmarshalXMLAttr(attr xml.Attr) (err error)
type HexBytes ¶
type HexBytes []byte
func (*HexBytes) MarshalText ¶
func (*HexBytes) MarshalXMLAttr ¶
func (*HexBytes) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.