Documentation ¶
Index ¶
Constants ¶
View Source
const ( ISOTimeFormat = "15:04:05" ISODateFormat = "2006-01-02" ISODatetimeFormat = "2006-01-02T15:04:05" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISODate ¶
func (ISODate) MarshalJSON ¶
func (ISODate) MarshalYAML ¶
func (*ISODate) UnmarshalJSON ¶
func (*ISODate) UnmarshalYAML ¶
type ISODatetime ¶
func (ISODatetime) MarshalJSON ¶
func (idt ISODatetime) MarshalJSON() ([]byte, error)
func (ISODatetime) MarshalYAML ¶
func (idt ISODatetime) MarshalYAML() (interface{}, error)
func (*ISODatetime) UnmarshalJSON ¶
func (idt *ISODatetime) UnmarshalJSON(data []byte) error
func (*ISODatetime) UnmarshalYAML ¶
func (idt *ISODatetime) UnmarshalYAML(unmarshal func(interface{}) error) error
type ISOTime ¶
func (ISOTime) MarshalJSON ¶
func (ISOTime) MarshalYAML ¶
func (*ISOTime) UnmarshalJSON ¶
func (*ISOTime) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.