Versions in this module Expand all Collapse all v2 v2.0.2 Sep 4, 2026 v2.0.1 Sep 4, 2026 Changes in this version + func CloseAll(ctx context.Context) error + func HealthAll() map[string]error + func InitAll(ctx context.Context) error + func Register(p Plugin) + func RegisterBuiltins() + func Unregister(name string) + type Plugin interface + Close func(ctx context.Context) error + Enabled func() bool + Health func() error + Init func(ctx context.Context) error + Name func() string + Order func() int + func All() []Plugin + func Clickhouse() Plugin + func Elasticsearch() Plugin + func GetByName(name string) Plugin + func Job() Plugin + func Kafka() Plugin + func Mongodb() Plugin + func Mysql() Plugin + func Postgres() Plugin + func Redis() Plugin + func Registry() Plugin + func S3() Plugin + func Sqlite() Plugin