Documentation
¶
Index ¶
- func NewEmptySliceNullJSONText() (result types.NullJSONText)
- func NewInt32SliceNullJSONText(source []int32, empty bool) (result types.NullJSONText, err error)
- func NewInt64SliceNullJSONText(source []int64, empty bool) (result types.NullJSONText, err error)
- func NewSliceNullJSONText(source interface{}, empty bool) (result types.NullJSONText, err error)
- func NewStringSliceNullJSONText(source []string, empty bool) (result types.NullJSONText, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmptySliceNullJSONText ¶
func NewEmptySliceNullJSONText() (result types.NullJSONText)
NewEmptySliceNullJSONText 参加一个空的 切片的 types.NullJSONText
func NewInt32SliceNullJSONText ¶
func NewInt32SliceNullJSONText(source []int32, empty bool) (result types.NullJSONText, err error)
NewInt32SliceNullJSONText 创建 一个 int32 切片的 NullJSONText
func NewInt64SliceNullJSONText ¶
func NewInt64SliceNullJSONText(source []int64, empty bool) (result types.NullJSONText, err error)
NewInt64SliceNullJSONText 创建 一个 int64 切片的 NullJSONText
func NewSliceNullJSONText ¶
func NewSliceNullJSONText(source interface{}, empty bool) (result types.NullJSONText, err error)
NewSliceNullJSONText 创建 一个 切片的 NullJSONText, 不关心 source 中元素的类型
func NewStringSliceNullJSONText ¶
func NewStringSliceNullJSONText(source []string, empty bool) (result types.NullJSONText, err error)
NewStringSliceNullJSONText 创建 一个 string 切片的 NullJSONText
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.