Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + type FilterType int + const ExcludeFilterType + const OnlyFilterType + type FilteredRetriever struct + DBs []string + Filter FilterType + R Retriever + func (r FilteredRetriever) Retrieve(ctx context.Context) ([]string, error) + type Retriever interface + Retrieve func(context.Context) ([]string, error) + type SystemRetriever struct + Dsn string + func NewSystemRetriever(dsn string) (SystemRetriever, error) + func (r SystemRetriever) Retrieve(ctx context.Context) ([]string, error)