Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONTime ¶
type JSONTime struct {
time.Time
}
func (*JSONTime) MarshalJSON ¶
func (jt *JSONTime) MarshalJSON() ([]byte, error)
func (*JSONTime) UnmarshalJSON ¶
func (jt *JSONTime) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.