Documentation ¶
Overview ¶
Package git implements the bundle contract from a source git repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // URL contains the url from which to clone the git repository. URL string // Ref contains the ref to check out for bundling. Ref plumbing.ReferenceName }
Options contains a collection of options for configuring how things are bundled from git.
Click to show internal directories.
Click to hide internal directories.