objects

package
v0.0.0-...-cddf273 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeGitObject

func EncodeGitObject(gitObject GitObject, gitDirectoryPath string) error

Types

type GitObject

type GitObject struct {
	Data []byte
	Type string
}

func DecodeGitObject

func DecodeGitObject(sha string, gitObjectType string, gitDirectoryPath string) (GitObject, error)

zlip(<object type> <size(body)>.<body>)

func (GitObject) ReadObject

func (gitObject GitObject) ReadObject(sha string) error

func (GitObject) WriteObject

func (gitObject GitObject) WriteObject(object []byte) error

type Serializer

type Serializer interface {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL