Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2021 Changes in this version + const DefaultEndpoint + const SyncMsgCancelType + const SyncMsgRegType + const SyncMsgRenewType + type Peer struct + func NewPeerEndpoint(endpoint string) (*Peer, error) + type PeerPool struct + func NewPeerPoolWithEndpoints(endpoints []string) (*PeerPool, error) + func (pool *PeerPool) PushMsg(msg *SyncMsg) + func (pool *PeerPool) Start() + type SyncMsg struct + Content interface{} + Type SyncMsgType + type SyncMsgType int32 v0.1.0 Jun 11, 2021