Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeCommit ¶
func DecodeCommit(o EncodedObject) (c *object.Commit, err error)
func DecodeTree ¶
func DecodeTree(o EncodedObject) (t *object.Tree, err error)
func Tree2String ¶
Types ¶
type BytesObject ¶
type BytesObject struct {
// contains filtered or unexported fields
}
func NewBytesObject ¶
func NewBytesObject(b []byte, oe *packext.ObjEntry) *BytesObject
func (*BytesObject) Hash ¶
func (o *BytesObject) Hash() plumbing.Hash
func (*BytesObject) Size ¶
func (o *BytesObject) Size() int64
func (*BytesObject) Type ¶
func (o *BytesObject) Type() plumbing.ObjectType
type EncodedObject ¶
Click to show internal directories.
Click to hide internal directories.