Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + const ErrKeyChanged + const ErrNotACustomer + const HandlerTimeout + var DefaultTryTimeout = 20 * time.Second + var SleepAfterFailure = time.Second + type CorePusher struct + LocalIA addr.IA + Msger infra.Messenger + TrustDB trustdb.TrustDB + func (p *CorePusher) Name() string + func (p *CorePusher) Run(ctx context.Context) + type Handler struct + IA addr.IA + State *config.State + func (h *Handler) Handle(r *infra.Request) *infra.HandlerResult + type Requester struct + Caller string + CorePusher *periodic.Runner + IA addr.IA + LeafTime time.Duration + Msgr infra.Messenger + State *config.State + func (r *Requester) Name() string + func (r *Requester) Run(ctx context.Context) + type Self struct + Caller string + CorePusher *periodic.Runner + IA addr.IA + IssTime time.Duration + LeafTime time.Duration + Msgr infra.Messenger + State *config.State + func (s *Self) Name() string + func (s *Self) Run(ctx context.Context)