Versions in this module Expand all Collapse all v2 v2.1.0 Sep 17, 2026 v2.0.0 Sep 17, 2026 Changes in this version + func IsMissingManifest(err error) bool + type Fetcher struct + Runner gitx.Runner + func (f Fetcher) Fetch(ctx context.Context, url, ref, modulePath, work string) (Result, error) + func (f Fetcher) FetchFile(ctx context.Context, url, ref, filePath, work string) (Result, error) + func (f Fetcher) File(ctx context.Context, url, commit, filePath string) ([]byte, error) + func (f Fetcher) Surface(ctx context.Context, url, commit, modulePath, surface, dest, work string) (SurfaceResult, error) + type MissingManifestError struct + Commit string + func (e *MissingManifestError) Error() string + type Result struct + Commit string + Manifest []byte + ManifestName string + Method string + Ref string + type SurfaceResult struct + Files []string + Method string + Tree string Other modules containing this package github.com/neprel/git-a2a