Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectList ¶
type ObjectList []Object
JSON 对象列表
func (*ObjectList) Scan ¶
func (t *ObjectList) Scan(value any) error
Scan 读取数据的时候转换为json(解决uint64类型数据精度丢失问题)
type Remark ¶
type Remark []Object
JSON 对象列表
type ResultList ¶
JSON 对象
func (*ResultList) Scan ¶
func (t *ResultList) Scan(value any) error
Scan 读取数据的时候转换为json(解决uint64类型数据精度丢失问题)
Click to show internal directories.
Click to hide internal directories.