Versions in this module Expand all Collapse all v1 v1.0.0 Oct 17, 2018 Changes in this version + type Decoder struct + func NewDecoder(rd io.Reader, store storer.EncodedObjectStorer) *Decoder + func (dec *Decoder) Decode() error + type Encoder struct + func NewEncoder(w io.Writer, store storer.EncodedObjectStorer) *Encoder + func (enc *Encoder) Encode(hashes ...plumbing.Hash) ([]byte, error) + type ObjectWalker struct + func NewObjectWalker(objs storer.EncodedObjectStorer) *ObjectWalker + func (ow *ObjectWalker) Walk(hash plumbing.Hash, cb func(plumbing.EncodedObject) error) error