Versions in this module Expand all Collapse all v0 v0.2.0 Jan 19, 2015 Changes in this version + type HostDB struct + func New() (hdb *HostDB, err error) + func (hdb *HostDB) FlagHost(id string) error + func (hdb *HostDB) Info() ([]byte, error) + func (hdb *HostDB) Insert(entry components.HostEntry) error + func (hdb *HostDB) RandomHost() (h components.HostEntry, err error) + func (hdb *HostDB) Remove(id string) error + func (hdb *HostDB) Size() int + func (hdb *HostDB) Update(initialStateHeight consensus.BlockHeight, rewoundBlocks []consensus.Block, ...) (err error)