Versions in this module Expand all Collapse all v0 v0.1.0 Jun 4, 2020 v0.0.5 Sep 18, 2019 Changes in this version + const NAME + const VERSION + type BootstrapService struct + func NewBootstrapService(ann bool, rPoint string, bList []string, d time.Duration) *BootstrapService + func (bs *BootstrapService) Get(key string) (chan interface{}, error) + func (bs *BootstrapService) Run(s inet.Stream) + func (bs *BootstrapService) Set(key string, value interface{}) error + func (bs *BootstrapService) Start(ctx context.Context) error + func (bs *BootstrapService) Stop() error + func (bs *BootstrapService) WriteTemp() error