Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotInteger = errors.New("value is not an integer")
Functions ¶
This section is empty.
Types ¶
type UnixMicro ¶
func UMicroInto ¶
func UnixMicroNow ¶
func UnixMicroNow() UnixMicro
func (UnixMicro) MarshalJSON ¶
func (*UnixMicro) UnmarshalJSON ¶
type UnixMicroString ¶
func (UnixMicroString) MarshalJSON ¶
func (um UnixMicroString) MarshalJSON() ([]byte, error)
func (*UnixMicroString) UnmarshalJSON ¶
func (um *UnixMicroString) UnmarshalJSON(data []byte) error
type UnixMilli ¶
func UnixMilliNow ¶
func UnixMilliNow() UnixMilli
func (UnixMilli) MarshalJSON ¶
func (*UnixMilli) UnmarshalJSON ¶
type UnixMilliString ¶
func (UnixMilliString) MarshalJSON ¶
func (um UnixMilliString) MarshalJSON() ([]byte, error)
func (*UnixMilliString) UnmarshalJSON ¶
func (um *UnixMilliString) UnmarshalJSON(data []byte) error
type UnixNano ¶
func UnixNanoNow ¶
func UnixNanoNow() UnixNano
func (UnixNano) MarshalJSON ¶
func (*UnixNano) UnmarshalJSON ¶
type UnixNanoString ¶
func (UnixNanoString) MarshalJSON ¶
func (um UnixNanoString) MarshalJSON() ([]byte, error)
func (*UnixNanoString) UnmarshalJSON ¶
func (um *UnixNanoString) UnmarshalJSON(data []byte) error
type UnixString ¶
func (UnixString) MarshalJSON ¶
func (u UnixString) MarshalJSON() ([]byte, error)
func (*UnixString) UnmarshalJSON ¶
func (u *UnixString) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.