Versions in this module Expand all Collapse all v1 v1.0.0 Jan 14, 2024 Changes in this version + type Config struct + ClientOptions *clickhouse.Options + DSN string + LogLevel logrus.Level + PushInterval types.NullDuration + RunID string + func NewConfig(params output.Params) (*Config, error) + type Output struct + func New(p output.Params) (*Output, error) + func (o *Output) Description() string + func (o *Output) Start() error + func (o *Output) Stop() error