Versions in this module Expand all Collapse all v0 v0.9.1 Dec 2, 2020 Changes in this version + type Factory struct + func NewFactory(logger *zap.Logger) *Factory + func (f *Factory) NewProvider(providerCfg *config.PipedAnalysisProvider) (provider Provider, err error) + type Provider interface + RunQuery func(ctx context.Context, query string) (result bool, err error)