Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + type BitSwapMessage interface + AddBlock func(*blocks.Block) + AddEntry func(key u.Key, priority int) + Blocks func() []*blocks.Block + Cancel func(key u.Key) + Full func() bool + Loggable func() map[string]interface{} + SetFull func(isFull bool) + Wantlist func() []Entry + func FromNet(r io.Reader) (BitSwapMessage, error) + func New() BitSwapMessage + type Entry struct + Cancel bool + type Exportable interface + ToNet func(w io.Writer) error + ToProto func() *pb.Message