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 PBLink struct + Hash []byte + Name *string + Tsize *uint64 + XXX_unrecognized []byte + func NewPopulatedPBLink(r randyMerkledag, easy bool) *PBLink + func (*PBLink) ProtoMessage() + func (m *PBLink) GetHash() []byte + func (m *PBLink) GetName() string + func (m *PBLink) GetTsize() uint64 + func (m *PBLink) Marshal() (data []byte, err error) + func (m *PBLink) MarshalTo(data []byte) (n int, err error) + func (m *PBLink) Reset() + func (m *PBLink) Size() (n int) + func (m *PBLink) Unmarshal(data []byte) error + func (this *PBLink) Equal(that interface{}) bool + func (this *PBLink) GoString() string + func (this *PBLink) String() string + func (this *PBLink) VerboseEqual(that interface{}) error + type PBNode struct + Data []byte + Links []*PBLink + XXX_unrecognized []byte + func NewPopulatedPBNode(r randyMerkledag, easy bool) *PBNode + func (*PBNode) ProtoMessage() + func (m *PBNode) GetData() []byte + func (m *PBNode) GetLinks() []*PBLink + func (m *PBNode) Marshal() (data []byte, err error) + func (m *PBNode) MarshalTo(data []byte) (n int, err error) + func (m *PBNode) Reset() + func (m *PBNode) Size() (n int) + func (m *PBNode) Unmarshal(data []byte) error + func (this *PBNode) Equal(that interface{}) bool + func (this *PBNode) GoString() string + func (this *PBNode) String() string + func (this *PBNode) VerboseEqual(that interface{}) error