Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + const DefaultRetries + const DefaultRetryWait + type Server struct + func NewServer(settings Settings) (Server, error) + func (h Server) Start() error + type Settings struct + Client crgtypes.Client + Listen string + Network *types.NetworkIdentifier + Offline bool + Retries int + RetryWait time.Duration