Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONNullInt64 ¶
JSONNullInt64 is a helper for marshalling sql.NullInt64 values into JSON
func (JSONNullInt64) MarshalJSON ¶
func (v JSONNullInt64) MarshalJSON() ([]byte, error)
type JSONNullString ¶
type JSONNullString struct {
sql.NullString
}
JSONNullString is a helper for marshalling sql.NullString values into JSON
func (JSONNullString) MarshalJSON ¶
func (v JSONNullString) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.