 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
Date is a date in ISO 8601 format, per RFC 3339.
func (Date) MarshalText ¶
MarshalText marshals the date to an ISO 8601 string.
func (*Date) UnmarshalText ¶
UnmarshalText unmarshals the date from an ISO 8601 string.
type DateTime ¶
DateTime is a date and time in ISO 8601 format, per RFC 3339.
func (DateTime) MarshalText ¶
MarshalText marshals the date-time to an ISO 8601 string.
func (*DateTime) UnmarshalText ¶
UnmarshalText unmarshals the date-time from an ISO 8601 string.
type Duration ¶
Duration is a duration in ISO 8601 format.
func (Duration) MarshalText ¶
MarshalText marshals the duration to an ISO 8601 string.
func (*Duration) UnmarshalText ¶
UnmarshalText unmarshals the duration from an ISO 8601 string.
type Time ¶
Time is a time in ISO 8601 format, per RFC 3339.
func (Time) MarshalText ¶
MarshalText marshals the time to an ISO 8601 string.
func (*Time) UnmarshalText ¶
UnmarshalText unmarshals the time from an ISO 8601 string.