Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + const BeaconTimeout + const DropRevTimeout + const IfStatePushTimeout + func NewHandler(ia addr.IA, intfs *ifstate.Interfaces, tasks StateChangeTasks) infra.Handler + type IfStatePusher interface + Push func(ctx context.Context, ifid common.IFIDType) + type RevDropper interface + DeleteRevocation func(ctx context.Context, ia addr.IA, ifid common.IFIDType) error + type Sender struct + Signer infra.Signer + TopoProvider itopo.ProviderI + func (s *Sender) Name() string + func (s *Sender) Run(ctx context.Context) + type StateChangeTasks struct + IfStatePusher IfStatePusher + RevDropper RevDropper