Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupported = fmt.Errorf("unsupported git operation")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Debug bool
// contains filtered or unexported fields
}
func (*Client) ObjectInfo ¶
type FetchOptions ¶
type FetchRequest ¶
type FetchRequest struct {
Want []plumbing.Hash
Have []plumbing.Hash
Shallow []plumbing.Hash
Deepen *int
DeepenRelative bool
DeepenNot plumbing.Hash
// DeepenSince
Done bool
ThinPack bool
NoProgress bool
IncludeTag bool
OFSDelta bool
Filter string
WantRef []string
SidebandAll bool
PackfileURIs []string
WaitForDone bool
}
type ObjectInfoRequest ¶
type ObjectInfoResponse ¶
type ObjectInfoResponse struct {
Sizes []ObjectInfoSize
}
type ObjectInfoSize ¶
Click to show internal directories.
Click to hide internal directories.