Documentation
¶
Index ¶
- func ConvertJSONNullBool(value string) reflect.Value
- func ConvertJSONNullString(value string) reflect.Value
- func ConvertSQLNullBool(value string) reflect.Value
- func ConvertSQLNullFloat64(value string) reflect.Value
- func ConvertSQLNullInt64(value string) reflect.Value
- func ConvertSQLNullString(value string) reflect.Value
- func JSONNullBool(value string) reflect.Value
- func JSONNullString(value string) reflect.Value
- func SQLNullBool(value string) reflect.Value
- func SQLNullFloat64(value string) reflect.Value
- func SQLNullInt64(value string) reflect.Value
- func SQLNullString(value string) reflect.Value
- type NullJSONBool
- type NullJSONString
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertJSONNullBool ¶
func ConvertJSONNullString ¶
func ConvertSQLNullBool ¶
func ConvertSQLNullFloat64 ¶
func ConvertSQLNullInt64 ¶
func ConvertSQLNullString ¶
func JSONNullBool ¶
func JSONNullString ¶
func SQLNullBool ¶
func SQLNullFloat64 ¶
func SQLNullInt64 ¶
func SQLNullString ¶
Types ¶
type NullJSONBool ¶
func (NullJSONBool) MarshalJSON ¶
func (v NullJSONBool) MarshalJSON() ([]byte, error)
func (*NullJSONBool) UnmarshalJSON ¶
func (v *NullJSONBool) UnmarshalJSON(data []byte) error
type NullJSONString ¶
type NullJSONString struct {
sql.NullString
}
func (NullJSONString) MarshalJSON ¶
func (v NullJSONString) MarshalJSON() ([]byte, error)
func (*NullJSONString) UnmarshalJSON ¶
func (v *NullJSONString) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.