Documentation
¶
Overview ¶
Get content from remote GIT repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo represents the GIT repository to clone/pull from.
func New ¶
New creates a local environment at dir to Get data from a GIT repo at url/reference. Argument reference can be master, refs/heads/my-branch etc, see https://git-scm.com/docs/git-show-ref
func (*Repo) Name ¶
Name is the fully qualified name of the repo in alphanumerical chars. It includes a hash of the repo URL and Ref. The last url path element is included verbatim.
Click to show internal directories.
Click to hide internal directories.