Documentation
¶
Index ¶
- func FetchBlobNonePackfile(ctx context.Context, repoURL string, client *http.Client, oids []plumbing.Hash, ...) ([]byte, debug.FetchDebugInfo, error)
- func FetchBlobPackfile(ctx context.Context, repoURL string, client *http.Client, oids []plumbing.Hash) ([]byte, debug.FetchDebugInfo, error)
- func FetchCommitOnlyPackfile(ctx context.Context, repoURL string, client *http.Client, ...) ([]byte, debug.FetchDebugInfo, error)
- func LsRefs(ctx context.Context, repoURL string, client *http.Client, refPrefixes []string) ([]string, http.Header, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchBlobNonePackfile ¶
func FetchBlobNonePackfile(ctx context.Context, repoURL string, client *http.Client, oids []plumbing.Hash, depth int) ([]byte, debug.FetchDebugInfo, error)
FetchBlobNonePackfile fetches a packfile from a remote repository without blobs.
func FetchBlobPackfile ¶
func FetchBlobPackfile(ctx context.Context, repoURL string, client *http.Client, oids []plumbing.Hash) ([]byte, debug.FetchDebugInfo, error)
FetchBlobPackfile fetches a packfile from a remote repository for blobs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.