Versions in this module Expand all Collapse all v1 v1.1.0 Sep 1, 2022 Changes in this version + var IpCacheSize = 5000 + type Eth2Crawler struct + DB *db.PeerStore + Disc *discovery.Discovery + ExporterService *exporters.ExporterService + Gs *gossipsub.GossipSub + Host *hosts.BasicLibp2pHost + Info *info.Eth2InfoData + IpLocalizer apis.PeerLocalizer + Node *enode.LocalNode + Peering peering.PeeringService + func NewEth2Crawler(ctx *cli.Context, infObj info.Eth2InfoData) (*Eth2Crawler, error) + func (c *Eth2Crawler) Run() + type IpfsCrawler struct + DB *db.PeerStore + Disc *discovery.Discovery + ExporterService *exporters.ExporterService + Gs *gossipsub.GossipSub + Host *hosts.BasicLibp2pHost + Info *info.IpfsInfoData + IpLocalizer apis.PeerLocalizer + Peering peering.PeeringService + func NewIpfsCrawler(ctx *cli.Context, infObj info.IpfsInfoData) (*IpfsCrawler, error) + func (c *IpfsCrawler) Run()