Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + type GossipState interface + Snapshot func() *GossipStateSnapshot + UpdateValues func(removeKeys []string, putKeys map[string]string) error + type GossipStateSnapshot struct + Values map[string]string + Version uint64 + type SeedProvider interface + GetSeeds func() ([]string, error) + type StaticSeedProvider struct + Seeds []string + func NewStaticSeedProvider(seeds []string) *StaticSeedProvider + func (s *StaticSeedProvider) GetSeeds() ([]string, error)