mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
8 lines
258 B
Go
8 lines
258 B
Go
package clickhouse
|
|
|
|
// Configuration describes the configuration for the Clickhouse component.
|
|
type Configuration struct{}
|
|
|
|
// DefaultConfiguration represents the default configuration for the Clickhouse component.
|
|
var DefaultConfiguration = Configuration{}
|