Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CHMap ¶ added in v1.14.1
type CHMap[T comparable, Q any] map[T]Q
CHMap 实现任意Map,用于clickhouse;与 Map 不一样的是,修改了 Value() 方法
type CHSlice ¶ added in v1.14.1
type CHSlice[T any] []T
CHSlice 实现任意切片类型,用于clickhouse;与 Slice 不一样的是,修改了 Value() 方法
type Map ¶
type Map[T comparable, Q any] map[T]Q
Map 实现任意Map
type Slice ¶
type Slice[T any] []T
Slice 实现任意切片类型
type Time ¶
Time 实现时间的序列化和反序列化,以及数据库驱动接口
func (Time) MarshalJSON ¶
MarshalJSON implements the Marshaler interface
func (*Time) UnmarshalJSON ¶
UnmarshalJSON implements the Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.