package
0.0.0-20241223194649-a468d7bbe9b2
Repository: https://github.com/google/oss-rebuild.git
Documentation: pkg.go.dev

# Functions

NewStorer creates and initializes a new Storer.
Reuse reuses the existing git repo in Storer and Filesystem.

# Variables

Clone performs a normal clone operation.
ErrRemoteNotTracked is returned when a reuse is attempted but the remote does not match.

# Structs

Cache is an interface abstracting the rebuilder git-cache service.
Storer augments go-git's Storer to provide the capability to re-initialize the underlying state.

# Type aliases

CloneFunc defines an interface for cloning a git repo.