Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullFloat64 ¶ added in v0.1.6
type NullFloat64 struct {
sql.NullFloat64
}
func NewNullFloat64 ¶ added in v0.1.6
func NewNullFloat64(v *float64) NullFloat64
func NewNullFloat64V ¶ added in v0.1.7
func NewNullFloat64V(v float64) NullFloat64
func (*NullFloat64) UnmarshalJSON ¶ added in v0.1.6
func (v *NullFloat64) UnmarshalJSON(data []byte) error
type NullInt32 ¶
func NewNullInt32 ¶
func NewNullInt32V ¶ added in v0.1.4
func (NullInt32) MarshalJSON ¶
func (*NullInt32) UnmarshalJSON ¶
type NullInt64 ¶
func NewNullInt64 ¶
func NewNullInt64V ¶ added in v0.1.4
func (NullInt64) MarshalJSON ¶
func (*NullInt64) UnmarshalJSON ¶
type NullString ¶
type NullString struct {
sql.NullString
}
func NewNullString ¶
func NewNullString(v *string) NullString
func NewNullStringV ¶ added in v0.1.4
func NewNullStringV(v string) NullString
func (NullString) MarshalJSON ¶
func (v NullString) MarshalJSON() ([]byte, error)
func (*NullString) UnmarshalJSON ¶
func (v *NullString) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.