Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericJsonArray ¶
type GenericJsonArray[T any] []T
func (*GenericJsonArray[T]) Scan ¶
func (j *GenericJsonArray[T]) Scan(value interface{}) error
Scan 实现 sql.Scanner 接口
type JsonObject ¶
JsonObject 是一个表示 JSON 对象数组的类型
func (*JsonObject) Scan ¶
func (j *JsonObject) Scan(value interface{}) error
Scan 实现 sql.Scanner 接口,用于从数据库读取 JSON 数据到结构体
Click to show internal directories.
Click to hide internal directories.