Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Int64Array ¶
type Int64Array []int64
mysql json 类型存储 [1, 2]
func (*Int64Array) Scan ¶
func (j *Int64Array) Scan(value interface{}) error
Scan value into Jsonb, implements sql.Scanner interface
type StringArray ¶
type StringArray []string
mysql json 类型存储 ["a", "b"]
func (*StringArray) Scan ¶
func (j *StringArray) Scan(value interface{}) error
Scan value into Jsonb, implements sql.Scanner interface
type TimeToInt64 ¶
type TimeToInt64 int64
time 转 int64 毫秒时间戳
func (*TimeToInt64) Scan ¶
func (t *TimeToInt64) Scan(src interface{}) error
Scan implements sql.Scanner interface and scans value into Time,
Click to show internal directories.
Click to hide internal directories.