Versions in this module Expand all Collapse all v0 v0.0.1 Jan 7, 2021 Changes in this version + const ComponentClass + func Builder(defaultCfg Config) xlistd.BuildListFn + type Config struct + Countries []string + ForceValidation bool + Reason string + Reverse bool + func (src Config) Copy() Config + type List struct + func New(id, database string, cfg Config, logger yalogi.Logger) *List + func (l *List) Check(ctx context.Context, name string, resource xlist.Resource) (xlist.Response, error) + func (l *List) Class() string + func (l *List) Close() + func (l *List) ID() string + func (l *List) Open() error + func (l *List) Ping() error + func (l *List) Resources(ctx context.Context) ([]xlist.Resource, error)