Versions in this module Expand all Collapse all v0 v0.7.6 Oct 23, 2025 v0.7.5 Jun 30, 2025 Changes in this version + const ClusterAddressTTL + const DefaultAttributeLoadingSetting + var Counters = []prometheus.CounterDefinition + var DefaultConfig = Config + type Config struct + LoadAttributes bool + MetadataProvider metadata.Provider + Workspace string + func (c Config) Valid() error + type FStore interface + Install func(ctx context.Context, address string, cid string) error + IsInstalled func(cid string) (bool, error) + Sync func(ctx context.Context, haltOnError bool) error + type Option func(*Config) + func AttributeLoading(b bool) Option + func MetadataProvider(p metadata.Provider) Option + func Workspace(path string) Option + type Worker struct + func New(core node.Core, fstore FStore, executor bls.Executor, options ...Option) (*Worker, error) + func (w *Worker) Run(ctx context.Context) error