Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeRFC3339 ¶ added in v0.64.0
func (*TimeRFC3339) MarshalJSON ¶ added in v0.64.0
func (ct *TimeRFC3339) MarshalJSON() ([]byte, error)
func (*TimeRFC3339) UnmarshalJSON ¶ added in v0.64.0
func (ct *TimeRFC3339) UnmarshalJSON(b []byte) (err error)
type TimeRFC3339Milli ¶
TimeRFC3339Milli represents a time that is represened to the millisecond (3 sigificant digits vs. Go's 6 significant digits. This iss useful for some Java deployments. Read more here: https://stackoverflow.com/a/41678233/1908967
func (*TimeRFC3339Milli) IsSet ¶
func (ct *TimeRFC3339Milli) IsSet() bool
func (*TimeRFC3339Milli) MarshalJSON ¶
func (ct *TimeRFC3339Milli) MarshalJSON() ([]byte, error)
func (*TimeRFC3339Milli) UnmarshalJSON ¶
func (ct *TimeRFC3339Milli) UnmarshalJSON(b []byte) (err error)
Click to show internal directories.
Click to hide internal directories.