Documentation
¶
Overview ¶
MACHINE GENERATED BY 'go generate' COMMAND TO EDIT A TYPE OR METHOD, COPY IT TO ANOTHER FILE IN THE PACKAGE
MACHINE GENERATED BY 'go generate' COMMAND TO EDIT A TYPE OR METHOD, COPY IT TO ANOTHER FILE IN THE PACKAGE
Index ¶
- Variables
- func Init(path string) (err error)
- func ParseKeyValue(buf *bytes.Buffer, delim byte, key string, delim2 byte) (k string, v string, err error)
- func TreeFromFile(name string) (*tree, error)
- type Addr
- type Blob
- type Cmd
- type Commit
- type Git
- type Hash
- type Hashref
- type ID
- type Info
- type Object
- type Options
- type PackList
- type PackType
- type Ref
- type Repo
- type Tree
- type Until
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrHashLen = errors.New("hash not 20 bytes")
)
Functions ¶
func ParseKeyValue ¶
func TreeFromFile ¶
Types ¶
type Blob ¶
type Blob struct {
// contains filtered or unexported fields
}
Blob is a git object. It stores file contents.
func (Blob) WriteBinary ¶
type Cmd ¶
type Cmd struct { Name string Args []string Session *ssh.Session // contains filtered or unexported fields }
func (*Cmd) UploadPackRX ¶
func (*Cmd) UploadPackTX ¶
type PackType ¶
type PackType uint64
const ( PackCommit PackType PackTree PackBlob PackTag PackOffDelta PackRefDelta )
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
func (*Tree) ReadBinary ¶
func (*Tree) WriteBinary ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.