Versions in this module Expand all Collapse all v1 v1.0.1 Sep 25, 2025 v1.0.0 Sep 25, 2025 Changes in this version + func IsZeroValue(val reflect.Value) bool + type ITable interface + TableName func() string + type Repo struct + ClickHouse clickHouseDriver.Conn + func NewRepo[T ITable](clickHouse *clickHouseDriver.Conn) Repo[T] + func (r *Repo[T]) Create(ctx context.Context, model ITable) error