Versions in this module Expand all Collapse all v0 v0.0.1 Jan 15, 2022 Changes in this version + type NullBool struct + func (v *NullBool) MarshalJSON() ([]byte, error) + func (v *NullBool) Scan(source interface{}) (err error) + func (v *NullBool) UnmarshalJSON(data []byte) error + type NullFloat64 struct + func (v *NullFloat64) Scan(source interface{}) (err error) + func (v *NullFloat64) UnmarshalJSON(data []byte) error + func (v NullFloat64) MarshalJSON() ([]byte, error) + type NullInt32 struct + func (v *NullInt32) Scan(source interface{}) (err error) + func (v *NullInt32) UnmarshalJSON(data []byte) error + func (v NullInt32) MarshalJSON() ([]byte, error) + type NullInt64 struct + func (v *NullInt64) Scan(source interface{}) (err error) + func (v *NullInt64) UnmarshalJSON(data []byte) error + func (v NullInt64) MarshalJSON() ([]byte, error) + type NullString struct + func (v *NullString) Scan(source interface{}) (err error) + func (v *NullString) UnmarshalJSON(data []byte) error + func (v NullString) MarshalJSON() ([]byte, error) + type NullTime struct + func (v *NullTime) Scan(source interface{}) (err error) + func (v *NullTime) UnmarshalJSON(data []byte) error + func (v NullTime) MarshalJSON() ([]byte, error)