Documentation ¶
Index ¶
- func NewEmptySliceJSONText() (result types.JSONText)
- func NewEmptySliceNullJSONText() (result types.NullJSONText)
- func NewInt32SliceJSONText(source []int32, empty bool) (result types.JSONText, err error)
- func NewInt32SliceNullJSONText(source []int32, empty bool) (result types.NullJSONText, err error)
- func NewInt64SliceJSONText(source []int64, empty bool) (result types.JSONText, err error)
- func NewInt64SliceNullJSONText(source []int64, empty bool) (result types.NullJSONText, err error)
- func NewSliceJSONText(source interface{}, empty bool) (result types.JSONText, err error)
- func NewSliceNullJSONText(source interface{}, empty bool) (result types.NullJSONText, err error)
- func NewStringSliceJSONText(source []string, empty bool) (result types.JSONText, 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 NewEmptySliceJSONText ¶ added in v0.3.18
NewEmptySliceJSONText 参加一个空的 切片的 types.JSONText
func NewEmptySliceNullJSONText ¶
func NewEmptySliceNullJSONText() (result types.NullJSONText)
NewEmptySliceNullJSONText 参加一个空的 切片的 types.NullJSONText
func NewInt32SliceJSONText ¶ added in v0.3.18
NewInt32SliceJSONText 创建 一个 int32 切片的 NullJSONText
func NewInt32SliceNullJSONText ¶
func NewInt32SliceNullJSONText(source []int32, empty bool) (result types.NullJSONText, err error)
NewInt32SliceNullJSONText 创建 一个 int32 切片的 types.NullJSONText
func NewInt64SliceJSONText ¶ added in v0.3.18
NewInt64SliceJSONText 创建 一个 int64 切片的 NullJSONText
func NewInt64SliceNullJSONText ¶
func NewInt64SliceNullJSONText(source []int64, empty bool) (result types.NullJSONText, err error)
NewInt64SliceNullJSONText 创建 一个 int64 切片的 types.NullJSONText
func NewSliceJSONText ¶ added in v0.3.18
NewSliceJSONText 创建 一个 切片的 types.NullJSONText, 不关心 source 中元素的类型
func NewSliceNullJSONText ¶
func NewSliceNullJSONText(source interface{}, empty bool) (result types.NullJSONText, err error)
NewSliceNullJSONText 创建 一个 切片的 types.NullJSONText, 不关心 source 中元素的类型
func NewStringSliceJSONText ¶ added in v0.3.18
NewStringSliceJSONText 创建 一个 string 切片的 NullJSONText
func NewStringSliceNullJSONText ¶
func NewStringSliceNullJSONText(source []string, empty bool) (result types.NullJSONText, err error)
NewStringSliceNullJSONText 创建 一个 string 切片的 types.NullJSONText
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.