|
@@ -9,6 +9,7 @@ type Clickhouse interface {
|
|
Service
|
|
Service
|
|
|
|
|
|
Ping(context.Context) error
|
|
Ping(context.Context) error
|
|
|
|
+ Exec(context.Context, string, ...any) error
|
|
Query(context.Context, string, ...any) (driver.Rows, error)
|
|
Query(context.Context, string, ...any) (driver.Rows, error)
|
|
Batch(context.Context, string, bool) (driver.Batch, error)
|
|
Batch(context.Context, string, bool) (driver.Batch, error)
|
|
}
|
|
}
|