Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool bool
Bool is used to convert int 1/0 to bool true/false
func (*Bool) UnmarshalJSON ¶
UnmarshalJSON converts int to bool from JSON
func (*Bool) UnmarshalXML ¶
UnmarshalXML converts int to bool from XML
type DateTime ¶
DateTime is used to convert string represented time to time.Time format
func (*DateTime) MarshalJSON ¶
MarshalJSON converts time to string representation
func (*DateTime) MarshalXML ¶
MarshalXML converts time to string representation
func (*DateTime) UnmarshalJSON ¶
UnmarshalJSON converts string represented time to time.Time from JSON
func (*DateTime) UnmarshalXML ¶
UnmarshalXML converts string represented time to time.Time from XML
Click to show internal directories.
Click to hide internal directories.