Versions in this module Expand all Collapse all v0 v0.7.1 Sep 14, 2022 v0.7.0 Jul 8, 2022 Changes in this version + type Interface interface + Ping func(ctx context.Context, address swarm.Address, msgs ...string) (rtt time.Duration, err error) + type Service struct + func New(streamer p2p.Streamer, logger logging.Logger, tracer *tracing.Tracer) *Service + func (s *Service) Metrics() []prometheus.Collector + func (s *Service) Ping(ctx context.Context, address swarm.Address, msgs ...string) (rtt time.Duration, err error) + func (s *Service) Protocol() p2p.ProtocolSpec