Documentation ¶
Index ¶
Constants ¶
View Source
const ( OBJ_COMMIT = 1 OBJ_TREE = 2 OBJ_BLOB = 3 OBJ_TAG = 4 OBJ_OFS_DELTA = 6 OBJ_REF_DELTA = 7 )
Variables ¶
This section is empty.
Functions ¶
func ObjectToBytes ¶
func PatchDelta ¶
func WriteObject ¶
Types ¶
type Commit ¶
type Object ¶
type Object interface { Hash() []byte Bytes() []byte SetBytes([]byte) error New() Object Type() string }
func DecodeObject ¶
type Packfile ¶
type Packfile struct { Version uint32 Objects []Object Checksum []byte Deltas []Delta // contains filtered or unexported fields }
func NewPackfile ¶
func (*Packfile) ObjectByHash ¶
func (*Packfile) ObjectByOffset ¶
Click to show internal directories.
Click to hide internal directories.