package
0.0.0-20240128222815-57fe098d044a
Repository: https://github.com/gritcli/grit.git
Documentation: pkg.go.dev

# Structs

ImplicitSource represents a source that is provided by this driver without explicit configuration.
InitParameters are the parameters passed to the Init() method of a [Source].
Registration encapsulates the information required to register a source driver implementation with Grit.
RemoteRepo is a reference to a remote repository provided by a source.

# Interfaces

Cloner is an interface for cloning a specific remote repository.
Config is an interface for driver-specific configuration options for a repository source.
ConfigContext provides operations used when loading source configuration.
ConfigLoader is an interface for loading driver-specific source configuration.
Source is an interface for a source provided by this driver.