Files
akvorado/clickhouse/config.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{}