Versions in this module Expand all Collapse all v0 v0.45.0 Feb 27, 2025 Changes in this version + type ContainerLister interface + IsMineWithMeta func(cid.ID) (bool, error) + List func() (map[cid.ID]struct{}, error) + type Meta struct + func New(p Parameters) (*Meta, error) + func (m *Meta) Reload(p Parameters) error + func (m *Meta) Run(ctx context.Context) error + type Parameters struct + ContainerHash util.Uint160 + ContainerLister ContainerLister + Logger *zap.Logger + NeoEnpoints []string + NetmapHash util.Uint160 + RootPath string + Timeout time.Duration