Documentation
¶
Index ¶
Constants ¶
View Source
const RFC3339Milli = "2006-01-02T15:04:05.999Z07:00"
Variables ¶
View Source
var ErrNotFound = errors.New("ErrNotFound")
ErrNotFound gets returned when a database record does not exist
Functions ¶
This section is empty.
Types ¶
type JSON ¶ added in v0.2.0
type JSON json.RawMessage
func (JSON) MarshalJSON ¶ added in v0.2.0
MarshalJSON returns m as the JSON encoding of m.
func (*JSON) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON sets *m to a copy of data.
Click to show internal directories.
Click to hide internal directories.